Loading Tool

Explorer IconExplorer

Memory Pool

24,607 transactions
11.93 vMB
0.04921966 BTC
Random Selection Loading Transactions
Max Size: 71.69/200 MB

Candidate Block

Mining Attempt d770de9a05ec112fb60d2b3ab64bb201b1e46f2e78c15839f1c045e624092773
Version 20000000
Previous Block 0000000000000000000025d8659c0d539fd18c4c0dacde7fad7d1658df8d8dbc
Merkle Root 904372fd43b7866b03d17539d9f5eb891ae368652511600ea57c310950b84b71
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,984
Size: 1.00 vMB
Total Fees: 0.03313895 BTC
Feerates: 500.00 > 3.32 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,674 (749,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,130 189,130 0000000000000556fd997575c112092b32892b8ae54b31caa1548a74254f674b 11 0.00/1.00 vMB 15
189,129 189,129 00000000000004af57823d1449daf5ed0ef272e7ae285f3625a738b6a034f4f4 69 0.04/1.00 vMB 107
189,128 189,128 000000000000073e4d840832d136dec9b108b58c88f3c133d6cea4728ca9386d 26 0.01/1.00 vMB 96
189,127 189,127 00000000000001ecc923abd396a95b698277597d8b3d92e4327a924dd4b2bfde 81 0.05/1.00 vMB 80
189,126 189,126 0000000000000192f2669b3da3d12888c588379a95a862fb07bf9aadbf0b969a 45 0.03/1.00 vMB 36
189,125 189,125 00000000000007c4da3f3f47e07e488a489a80a284003c79fd685a5be372ecf4 399 0.17/1.00 vMB 184
189,124 189,124 0000000000000949f775bc1dcb85bfe47ce3641a81cf2a5f980788209d5594e3 9 0.00/1.00 vMB 15
189,123 189,123 000000000000065bfddbff7ff8db0736547c14eb9551d953c5f2ed03263f737b 1 0.00/1.00 vMB 0
189,122 189,122 00000000000008c18d80445e3c6b33a2c7de326198b3c3a7f793166145752078 629 0.30/1.00 vMB 141
189,121 189,121 000000000000025c8bfee1b2f0a316c9fb6e2f75533c488338fb7a711a2591a8 188 0.12/1.00 vMB 82
189,120 189,120 0000000000000816af75136a7a4a80759363b68f485a2958d463dae55cd652a9 59 0.03/1.00 vMB 82
189,119 189,119 00000000000002e3a7c825e0a206ff0fc510f4c33dc9669e9f0137f2d7cc1de2 378 0.23/1.00 vMB 94
189,118 189,118 00000000000002e8d51be23067afa4f086803bebd6c407b0d2e83f01451384a4 96 0.03/1.00 vMB 5
189,117 189,117 00000000000002f390e2ce0b3126bf30b96df029a26a86ebdaea4d47bcde2f01 427 0.17/1.00 vMB 125
189,116 189,116 000000000000055feb10c0bd1e1d78577caa4f96a43b01c8c3e71b457534b77f 64 0.02/1.00 vMB 22
189,115 189,115 00000000000001b1b0c3b9428bfede7e0b89bf840a8ef823922636d97d7dfca3 256 0.09/1.00 vMB 176
189,114 189,114 00000000000004712305ffe914b6c099201ced3c45a49f1e3c4d25b94a075aff 10 0.00/1.00 vMB 18
189,113 189,113 00000000000004cc1cd714b569c17673ea834cf9bf32a04463598d54a1c27590 128 0.04/1.00 vMB 233
189,112 189,112 0000000000000073004281a8dee0de5f813fbc7030ec68a16b375f4a444d779c 199 0.09/1.00 vMB 107
189,111 189,111 000000000000062bf28a1396674be0b1b47b4fcf95aab60ef51bf1631a62e73f 55 0.02/1.00 vMB 86
189,110 189,110 00000000000009390843abfbc6552e8856a6bd39a0e8fe0e6110c5deec3dd43c 67 0.02/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 824.32 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: 4,140.07 GB
    • Received: 228.35 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.