Loading Tool

Explorer IconExplorer

Memory Pool

77,821 transactions
29.24 vMB
0.06247088 BTC
Random Selection Loading Transactions
Max Size: 175.71/200 MB

Candidate Block

Mining Attempt 91eff475859451f32267de66f01a034b3c612c9189bdc7f4411e5c0ef0d056ed
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 143f70b716238cb57f40573db1fdd88752963673fc4ca922232e938ca970f384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.00328476 BTC
Feerates: 21.09 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (293,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,545 621,545 000000000000000000027a75db5444788593f51bd50e0c072ef41f413699600a 3,269 1.00/1.00 vMB 56
621,544 621,544 0000000000000000000f9ca0bb52b7b9fd672d87c1e9b9087d25ef75c6cb5c40 2,436 1.00/1.00 vMB 84
621,543 621,543 0000000000000000000357960f194b3792e0e5b0183dea97d3e88c16cfec6a08 2,893 1.00/1.00 vMB 34
621,542 621,542 00000000000000000000f0b0ef229d75c24b1900a535a8f832af42d369859fab 2,770 1.00/1.00 vMB 43
621,541 621,541 00000000000000000005d5379efba8dcacbd3d245373067f9b95e0d0fbe1f4bb 2,817 1.00/1.00 vMB 43
621,540 621,540 00000000000000000004dcf899b8b14e0eb4adda03098abdf8eabe6a4be3906e 2,751 1.00/1.00 vMB 45
621,539 621,539 0000000000000000000abe733cca6ac1656f68a72e4f518667ae6daf8c320802 2,779 1.00/1.00 vMB 81
621,538 621,538 0000000000000000000516151409e0501c1096c8d3f12ac4a6ad9719f66ac61f 2,346 1.00/1.00 vMB 86
621,537 621,537 000000000000000000014c1c4f6e71d67229af76bd90b4184ccc0d4bfc2148f9 3,007 1.00/1.00 vMB 59
621,536 621,536 00000000000000000002e240cc439b32dd708d0911cd91993351901227a4d791 2,845 1.00/1.00 vMB 65
621,535 621,535 00000000000000000002d95a947c56c35a7f4301c64a11d8a49b03c39b9da83f 2,432 1.00/1.00 vMB 46
621,534 621,534 000000000000000000022969c4c4ac2fef8a0436fbcbc5571ebbe60c93d948c6 2,369 1.00/1.00 vMB 54
621,533 621,533 00000000000000000005e9752ea076c1952f5b4247f2a61e7f89e42452043c8e 2,735 1.00/1.00 vMB 55
621,532 621,532 0000000000000000000c8c56c3b08caa284d3449f9e7678d9da155eb601d6352 2,965 1.00/1.00 vMB 71
621,531 621,531 000000000000000000013c02177ea62ca4f7d65f8acb8bae65b99059d5c7404d 2,836 1.00/1.00 vMB 88
621,530 621,530 000000000000000000056eb381391145afecb3429b83af4097ca503bd1346aff 3,003 1.00/1.00 vMB 80
621,529 621,529 00000000000000000001471e866fe6cd4b3f53d428adb7ab4a1c9b74258f8c77 1,923 1.00/1.00 vMB 80
621,528 621,528 000000000000000000048a57b037f1d83b142bd1cbbef4578b33dbb919771cd5 2,144 1.00/1.00 vMB 56
621,527 621,527 000000000000000000108e6f95f0d77f96bed65e581383dedbc3f513b1d7b8c5 2,993 1.00/1.00 vMB 57
621,526 621,526 00000000000000000004e74e689bb82fc5dff95c50cb70d851482205cdc54a98 2,024 1.00/1.00 vMB 76
621,525 621,525 0000000000000000000ef1d3eb92ef8ff22598b0cf3b001728ae3c7bc583953d 2,018 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.