Loading Tool

Explorer IconExplorer

Memory Pool

65,398 transactions
36.33 vMB
0.24687243 BTC
Random Selection Loading Transactions
Max Size: 193.27/200 MB

Candidate Block

Mining Attempt 60bf26c9719e57fa9a73cdb14edf697b57b79cf2d81ea290c8e04a80e2d4bcfc
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root efa89b9abd90afab5c54bab91fbf26c45d579cb39c86717c1e822fdf0d563441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.13320120 BTC
Feerates: 1,471.76 > 13.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (862,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,133 52,133 000000001d415d0559092d21a8ec45c3b6f765b0ac65746a02228fd34c8d0227 1 0.00/1.00 vMB 0
52,132 52,132 000000001ba3fcca9cc0d191b98b29f027640c25a23603bd62a9acda0d568377 1 0.00/1.00 vMB 0
52,131 52,131 000000001b50073cfa0d62ebb9e51f0af97e270ed02bd6ce469ce0b71b675c57 1 0.00/1.00 vMB 0
52,130 52,130 000000001b70d1e226f11006b556f6b1872dd5e73d43fe8aac82851ebc1415f2 1 0.00/1.00 vMB 0
52,129 52,129 000000000ce3360d3893ec97def3c559d27adf354d65d09069d845044d0bebb4 1 0.00/1.00 vMB 0
52,128 52,128 000000001f4c0b62df8e27bd002aafe51350161f893b2fa793eb91168435c0ea 1 0.00/1.00 vMB 0
52,127 52,127 000000001fdc225338eda2523b3da38b5fb8f334d717f547e92be182afa358d0 1 0.00/1.00 vMB 0
52,126 52,126 0000000015e75d9d8687d21619190bf4b2e07825127d332ede026eebaf07ff54 1 0.00/1.00 vMB 0
52,125 52,125 0000000009ec68f432156866f3c0d38c8c5122e38f296c966dc8fb90d1781ee0 1 0.00/1.00 vMB 0
52,124 52,124 0000000006b5ac4f91a97236b390b6e93677c13c9a9b1aa88dce297647118616 1 0.00/1.00 vMB 0
52,123 52,123 000000001b2055dbcdfd1fed3694de76c2dda08d62f32f6e5647ff81b71a5b61 4 0.00/1.00 vMB 0
52,122 52,122 0000000000e6936f173b876f670c0e3ce599a82c8eefff7c16d9e8bc74ac99b4 1 0.00/1.00 vMB 0
52,121 52,121 000000000840ec08190edf86bd58a870e45daa46fbda8648f21ef8e6616dde5d 1 0.00/1.00 vMB 0
52,120 52,120 000000000e9512aad5c01df2316324a46e61beac2f0b2784ad33bb0152e91310 1 0.00/1.00 vMB 0
52,119 52,119 000000000d9d5fa86ba5558290a1671f095418685dd5afe4044a8103af2da502 1 0.00/1.00 vMB 0
52,118 52,118 00000000063bc7185b2638d5e9ca733ceed11aefd3ec9145cd3e2362603bc4c6 1 0.00/1.00 vMB 0
52,117 52,117 0000000007217a464209d373d4b30d2ff778afe4b49db23fba2d79608307d7e9 1 0.00/1.00 vMB 0
52,116 52,116 000000001f906b71bf4340a65831d602984c9d89e9d152ad48263d196bd2cf36 1 0.00/1.00 vMB 0
52,115 52,115 000000000f982443bdae353ecfd49a8ea1c802b61ccde67dc8b377121a9079a8 2 0.00/1.00 vMB 0
52,114 52,114 000000001d21b98c308049c51ac2576af741a43914e1c95c3112ac6737b56b20 1 0.00/1.00 vMB 0
52,113 52,113 0000000014434d06e341db3e5b760fc4377c7e00d01762b0da4bac8608e9a8e3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.99 GB
    • Received: 10.24 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.