Loading Tool

Explorer IconExplorer

Memory Pool

27,393 transactions
25.46 vMB
0.07624486 BTC
Random Selection Loading Transactions
Max Size: 123.21/200 MB

Candidate Block

Mining Attempt 8b6ba8b1fefc0be63e2d98e45d55d763cc836534ae81aa2974c4cc68236c3a6e
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 4e0810603bf2b739b36f15f773933cf83382cb155e2bea5740bddb7f3fae73a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.02896551 BTC
Feerates: 160.57 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (809,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,044 105,044 000000000002a3db02de812f3a9a0acc67f43c28ea0e68103623d533615bcc05 2 0.00/1.00 vMB 0
105,043 105,043 00000000000199c0e8bee54597b88f8af316905ad0ac2e01e66b37f233af8e1f 4 0.00/1.00 vMB 0
105,042 105,042 00000000000044746be1e53b3e03d20dbdc5881a10efadca05da6aef5e5d9297 2 0.00/1.00 vMB 0
105,041 105,041 00000000000255a759ec38835cc80982adb2a466e919d6b1912dd66c4af7d0ff 1 0.00/1.00 vMB 0
105,040 105,040 0000000000025ab95f018b8230d3cb8693b6b303f05cc30539a681b68966d890 5 0.00/1.00 vMB 0
105,039 105,039 0000000000012fa798a19dc23324a111765d3dbe9bf10afcebf151c983c344d2 9 0.00/1.00 vMB 0
105,038 105,038 00000000000285b6fde7d9f4d0ac766c655c6ac62168104e483cd676a90d1ccf 9 0.00/1.00 vMB 0
105,037 105,037 0000000000000ef4262dfd3b11675a5ebe373267132b8f33b4e44413a175df2a 10 0.00/1.00 vMB 357
105,036 105,036 000000000002e60b5a2525fe96141c60cfb48b6b0cb769fb8914eff895cd46a2 12 0.00/1.00 vMB 0
105,035 105,035 0000000000001f49536413680a7ec75b787ab0d0c4d525fe86a765ef2bb58a86 25 0.01/1.00 vMB 0
105,034 105,034 0000000000012cde46914a5b1c355bb99c45bd507e77713cfc8e1c307cbbe3e5 3 0.00/1.00 vMB 0
105,033 105,033 00000000000042a8bf88fcc9ba8befedd225327f3b64d6e2916fd03e420a936d 2 0.00/1.00 vMB 0
105,032 105,032 0000000000026f7bc023b516fef57582ed2747c6271c54ab35f09c18f8702f2c 1 0.00/1.00 vMB 0
105,031 105,031 000000000000fa5c203cdf27dc0814dbac75cf512b46c81a0020ba59eed8573d 3 0.00/1.00 vMB 0
105,030 105,030 000000000002811868c828383aa588ff8d09a3e905813d3cf353a4aad8376143 5 0.00/1.00 vMB 0
105,029 105,029 000000000002bc797738067a8e4800a575e8950db7e59b4c6685d32da50b5c33 4 0.00/1.00 vMB 0
105,028 105,028 000000000001432971248727ebfd58a83688fe3f729c05db03e2ee6ce18196eb 15 0.00/1.00 vMB 0
105,027 105,027 000000000001cb27c23ef117aa2684912269dfc48c04873e671d86d630a0e6c6 28 0.01/1.00 vMB 0
105,026 105,026 00000000000024497bca70493faa8fbe87b960771a33b67a5395d95a8ad46464 2 0.00/1.00 vMB 6,289
105,025 105,025 00000000000200ea7d3a5e39ea269349423ab972fc9e47589300e9a7c70dcb1e 6 0.00/1.00 vMB 0
105,024 105,024 000000000000b29152ca8c76c89fca0ad28fe25e518e1b7f0e3aa6f7181e5bcc 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 571.96 GB
    • Received: 7.82 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.