Loading Tool

Explorer IconExplorer

Memory Pool

87,024 transactions
32.57 vMB
0.14998338 BTC
Random Selection Loading Transactions
Max Size: 198.86/200 MB

Candidate Block

Mining Attempt 9f509b6d089b9eebf539d63b1d44bd7daf109d305e2f821dd6e0f45abbdaf204
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 604442566307506a5118206f36c2571b46bc5e0a2822877c25e5f5cced5c8605
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,252
Size: 1.00 vMB
Total Fees: 0.05765713 BTC
Feerates: 400.00 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (700,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,485 214,485 00000000000000c8e4ba0dbe5aaecbbf457ad5d06215f5a957046834308426fb 128 0.05/1.00 vMB 272
214,484 214,484 00000000000003ece365a6f7a3b7c64e5d5cf4e7b31c7c53723fcfd9387d9c2d 121 0.05/1.00 vMB 235
214,483 214,483 000000000000017800c72bb4d11364e7b76c524c660bd4aabc398c797aaed834 108 0.10/1.00 vMB 103
214,482 214,482 000000000000035f92de8922976d05c8539a70aedcb9cf2c9248f3a330476a70 143 0.05/1.00 vMB 63
214,481 214,481 0000000000000250dbf29d9f67a3c52f993d6c67b1a52ee8a88b80ab66075901 438 0.25/1.00 vMB 161
214,480 214,480 00000000000001a5ce2eee49d018aa321f23e33aceb533c618b68bf1a70c7480 105 0.05/1.00 vMB 157
214,479 214,479 00000000000001fb7b62560f4378b42a666edbc277e13d67056a00929bde974d 375 0.44/1.00 vMB 91
214,478 214,478 00000000000000a4dc98c71a888b452d7b999449701304ac9f542c39b4d2e712 256 0.09/1.00 vMB 211
214,477 214,477 000000000000036f7856f4a604a7491cf988c5845acc60b59c48835a42eec5c9 510 0.25/1.00 vMB 186
214,476 214,476 00000000000004d4c28d8fe88ba5655b5a7711580508f4dab84ec101f5b4559b 118 0.05/1.00 vMB 84
214,475 214,475 0000000000000358edcaa2e7a568672da69a706bcc4ceade166bb2f449b38420 303 0.20/1.00 vMB 139
214,474 214,474 00000000000004a57574159bfc9e6cd99d8d7ece6c45998f53fb7c3a059c62ec 609 0.24/1.00 vMB 201
214,473 214,473 000000000000018da8703beafb1a39be3a3fa5308d6b8c8ceb5f57a0e18d3ad2 219 0.09/1.00 vMB 230
214,472 214,472 00000000000002ef2d216fd7b5229bc271ad8c61bb08c059a9f5e1a5ba79277c 93 0.04/1.00 vMB 265
214,471 214,471 00000000000003ee75f27da55c3c207542f3bb03b36be6bf070f499c066bbd67 200 0.08/1.00 vMB 210
214,470 214,470 00000000000002f727b786f1c4aee0d732b23f8de76c82658833a63f5f849d45 134 0.06/1.00 vMB 161
214,469 214,469 00000000000004202c0f4ebcb3c51996d376dea02124c850816f60f828351fc0 36 0.02/1.00 vMB 70
214,468 214,468 00000000000001aeac1a18f3c4f4dcf8dee24ff4d889cecff3abefab82e5e720 29 0.01/1.00 vMB 151
214,467 214,467 00000000000001de33b15a1f87e405f42fe154c83bb52b4cdf4a33d6d5d4909a 7 0.00/1.00 vMB 213
214,466 214,466 000000000000000f2d5746f4d0fd9c4e71d552698f3f34c39725dadf96e7bdeb 200 0.07/1.00 vMB 223
214,465 214,465 00000000000001cb00b04c0380a3b48fe85766b75ae89717a985847cbeac0189 123 0.04/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.