Loading Tool

Explorer IconExplorer

Memory Pool

75,831 transactions
27.85 vMB
0.08146970 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt 1650916ece1a7dfe39bcd6029de16b1a7cb8e7406e22a4ccf8c28b6b91f47e0f
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root dca79a0d0efc834572fa2a34909bcd2237a0c8b674d7490e05cf946f17839a6d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02191061 BTC
Feerates: 529.10 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (214,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,111 701,111 0000000000000000000f40895452f4967c3c320e9336f2aa5cc03ecbd94dfefc 1,514 0.55/1.00 vMB 13
701,110 701,110 0000000000000000000b256207b077f6493e79897868eba27f325118dabc6183 1,379 0.60/1.00 vMB 5
701,109 701,109 00000000000000000007ed1e7783b0258be15114160a0a5fe4b0ca68aa5ed8d5 2,495 1.00/1.00 vMB 17
701,108 701,108 000000000000000000046656b97767e39f0e57ab0404d53b1e28821a5395bb18 2,862 0.95/1.00 vMB 11
701,107 701,107 00000000000000000002ff63b55df9dabbb101a5a8fd006cadbb0d749a3c7f45 821 0.40/1.00 vMB 11
701,106 701,106 0000000000000000000f3c9272ca0ef84705bf1a521bfe747f33d02fabef5b21 17 0.10/1.00 vMB 1
701,105 701,105 0000000000000000000813b1632e2280041d85576e1e60a49010eee466d5ba41 2,176 1.00/1.00 vMB 5
701,104 701,104 00000000000000000007feaf5eea5a71d760a4ae41bb9227106887bbd0bd5a5d 1,028 1.00/1.00 vMB 7
701,103 701,103 000000000000000000091023d0691785bb69c4701dd608722c4e69adbd6d6be9 2,154 1.00/1.00 vMB 13
701,102 701,102 0000000000000000000c63c72e2caae4d1a1b8136ee3a5a10a70620559c56411 1,286 0.81/1.00 vMB 10
701,101 701,101 0000000000000000000714b203239c29f5dfcd10a275ac01c82ec90882876099 37 0.01/1.00 vMB 8
701,100 701,100 0000000000000000000ea61f0b31b019e359b306ae3997636fb484aea10bd337 2,063 0.82/1.00 vMB 10
701,099 701,099 0000000000000000000109e4d3183a7b8d408dddc6f4b7c52dec7bf7c02721e1 2,181 0.96/1.00 vMB 4
701,098 701,098 000000000000000000050a1022baab6d770ddcad900163cd12d41008a5f3be5e 2,466 1.00/1.00 vMB 10
701,097 701,097 000000000000000000062185393aa91566ece868853af280f257913d07ae5aaf 1,346 1.00/1.00 vMB 20
701,096 701,096 000000000000000000023fba80a0c2bade0e90ea6fca436c9eff6c51eb64e648 711 0.29/1.00 vMB 1
701,095 701,095 000000000000000000044e48629b904d513a6ccc3b0f42a1a3dd2c723afc2bf9 2,670 1.00/1.00 vMB 10
701,094 701,094 0000000000000000000a720790d93eeb20446885a2d40b8bc0b90b3ae9a52437 3,515 1.00/1.00 vMB 6
701,093 701,093 000000000000000000031a518bc47645fa1fcd1df891c2fb42d49c781a23b148 1,998 1.00/1.00 vMB 15
701,092 701,092 00000000000000000006e214951d14392a2ab23d2eb32916b622a63e47d08d4b 2,135 1.00/1.00 vMB 6
701,091 701,091 000000000000000000069abcf5e0760591481df5b5840dae4e366407c5557772 1,829 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.10 GB
    • Received: 17.31 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.