Loading Tool

Explorer IconExplorer

Memory Pool

78,732 transactions
29.45 vMB
0.11854216 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt e4e153214d5f868d6f5369f0a216fc71f753c2f9982e28d4b146bd41159f0536
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 0b1a940a5dc6595b17cc2ab27edc3487969479627522dcf132d4c6d24ed4fd58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04112529 BTC
Feerates: 198.58 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (543,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,334 371,334 00000000000000000796a4bd624aeaf6d81b24e666e5db3e7fa62f094df3bc96 345 0.29/1.00 vMB 15
371,333 371,333 00000000000000001434c5b3995a1c065fc434fdd1098dbb65020bdf57d90f2a 1,792 0.93/1.00 vMB 39
371,332 371,332 000000000000000000509e83cabd4f3f02c62638470357eff53275c9532da94f 993 0.70/1.00 vMB 26
371,331 371,331 00000000000000000a1f0a5dc852ab81d720fb9dceec91bc42f1461a3cf4d3d5 1,025 0.89/1.00 vMB 16
371,330 371,330 000000000000000007c746ad049bd1c6e7c961940594f4d86c87447d8eac48da 1,827 0.95/1.00 vMB 34
371,329 371,329 000000000000000002f685ba27822de3e4d6f7c00942534a6830a6192495f020 1,374 0.62/1.00 vMB 40
371,328 371,328 000000000000000001deedb179b5f39030263028080c3741b9c5b130f3354920 2,109 1.00/1.00 vMB 44
371,327 371,327 000000000000000004254a33f7cf6848c114efd8c7b5b4780e031ad17df5d7df 943 0.55/1.00 vMB 41
371,326 371,326 000000000000000013edf651666d32c3f8d1a7758668cb92f4951df1c59d1c7c 1,861 1.00/1.00 vMB 36
371,325 371,325 00000000000000000d5c1beea8e3571b3a49c2484b9d4de92e315903a7f86778 226 0.12/1.00 vMB 33
371,324 371,324 000000000000000001dd47689ea8e9f8112e5dc7eab90616670ab299e423ce66 966 0.51/1.00 vMB 38
371,323 371,323 0000000000000000122bac422afb5ea400625883b5786300d3d45ddb5b8a5dcc 881 0.51/1.00 vMB 30
371,322 371,322 000000000000000013ed6634fce4cae2dc0a70ce904f39b86cb42ef6a16ab174 296 0.21/1.00 vMB 29
371,321 371,321 00000000000000000004f8391645ff6d19badccf6d88bbd261b807b29c339cff 170 0.35/1.00 vMB 7
371,320 371,320 00000000000000000d45f91d2779f52a8371105200c3dd92e0d08c24b5fe950a 1,091 0.57/1.00 vMB 40
371,319 371,319 000000000000000012feacb90b7da768c0a6d012b4100ff1da19c32a5b904d27 1 0.00/1.00 vMB 0
371,318 371,318 00000000000000000e07c2ab4e264fae4f6c91a846b68ad53432e47089d209c9 168 0.08/1.00 vMB 31
371,317 371,317 00000000000000000239a6a3c487dcf64e4e60f6b2b139a2bb9843f0960076be 660 0.32/1.00 vMB 42
371,316 371,316 00000000000000000fb5a0294982a50488abe17929d9de2b0b765002ad5f0674 664 0.43/1.00 vMB 25
371,315 371,315 00000000000000000237cc687329057b3d1933d64cd75d5bfd4db4066d751514 1,815 0.93/1.00 vMB 41
371,314 371,314 000000000000000013bb58151e5fbe23565cac6d6423aa26e16a9af6a2ca003f 845 0.47/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.