Loading Tool

Explorer IconExplorer

Memory Pool

81,039 transactions
30.09 vMB
0.10478292 BTC
Random Selection Loading Transactions
Max Size: 181.53/200 MB

Candidate Block

Mining Attempt 28be6c4a44e299a00047c4ef47a47f56ac2c03ddc4b75a276577318e7c633b8a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 06f4716c5ab5535dd878c174348b24f35f1409c49cd894dd116c0b487a57e2e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.03697974 BTC
Feerates: 100.25 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (515,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,121 399,121 0000000000000000032555143999fa5f3b9b209842218c6230323ddb94831291 1,403 1.00/1.00 vMB 22
399,120 399,120 0000000000000000026f5b62bfffd6a202c5defe5e78299cae58a119b0817558 2,701 0.99/1.00 vMB 56
399,119 399,119 0000000000000000072a2c89964ae8dcf0cd0e1115d96864f6993e96d4f3c580 2,183 0.93/1.00 vMB 41
399,118 399,118 0000000000000000013e0ebdc272dec4c2b4474444e90494e227ab499dc6d2aa 2,487 0.93/1.00 vMB 45
399,117 399,117 0000000000000000024faea3168c1d89160003a7bfcff21fa876e1d30a8bdf7c 1,755 1.00/1.00 vMB 33
399,116 399,116 00000000000000000282cef6434bcc7ae7b95529b35188738cf97907bfe9e82a 2,066 1.00/1.00 vMB 41
399,115 399,115 00000000000000000445f79650b23091df14a2572aca0b6ec65c617ea9f95654 2,742 1.00/1.00 vMB 48
399,114 399,114 000000000000000006b616ca392ddd5b38ec504e072ff06ed9edd7e312c71f66 2,134 0.92/1.00 vMB 46
399,113 399,113 000000000000000002fbeacec28646a43f933ab3608ca97fa650aa89167fb55b 1,855 1.00/1.00 vMB 34
399,112 399,112 0000000000000000049a1516e4da47258b056e2ec73b84861331980780f14379 2,291 0.93/1.00 vMB 56
399,111 399,111 000000000000000001773143d644ca29268009d94e895c76924f74c38d6ab443 1 0.00/1.00 vMB 0
399,110 399,110 00000000000000000510724c72a58884475e2490c54ea10dc0f98a73a9dcff17 1,487 0.93/1.00 vMB 29
399,109 399,109 000000000000000006830cf16926a2402a3de77965dc17b7de0eda3780e9ac17 1,543 1.00/1.00 vMB 27
399,108 399,108 000000000000000002a4456e5fad3b3f14b884e9f911f80ac8552ecbb29a6999 1 0.00/1.00 vMB 0
399,107 399,107 000000000000000002f0ac5a18f163fe1d07cfc98043b2e0bef2fd6f6257ad33 2,352 0.98/1.00 vMB 46
399,106 399,106 0000000000000000021e59880be1c0d68a52c4ab7ac575a412d8e1efc0a69fbe 2,265 0.98/1.00 vMB 46
399,105 399,105 000000000000000004a5e610e24e0daa4041736653904407d79184102787039e 1,357 1.00/1.00 vMB 81
399,104 399,104 0000000000000000051eb2e1abe81f9c2462c3efa6b4eab22e2ad37a4190a982 2,360 1.00/1.00 vMB 74
399,103 399,103 0000000000000000000abf81e8a014abfb8a54e4956cdefeb92cdb1765d1008c 2,618 0.93/1.00 vMB 48
399,102 399,102 000000000000000002138f89505cad2fef75605f898f673b6d4d0afb6cda71b3 1,101 0.52/1.00 vMB 41
399,101 399,101 000000000000000001eeb97ca833851d7e84ddf27a737949c70fcd32732de603 540 0.21/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.