Loading Tool

Explorer IconExplorer

Memory Pool

29,387 transactions
18.06 vMB
0.03792078 BTC
Random Selection Loading Transactions
Max Size: 95.67/200 MB

Candidate Block

Mining Attempt a7e5b7c8e6d0154000b905c0dcbd8a6f179496bc6fd9ff5c0531adb1a0dccd06
Version 20000000
Previous Block 00000000000000000001952a16ada1fd2b213bfbd75786c31962a81a5876bdae
Merkle Root 492eba5d16b7de1b564e4f3268e59408e62fd2434915328abf871f40a80ffde4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,912
Size: 1.00 vMB
Total Fees: 0.00420055 BTC
Feerates: 15.23 > 0.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,123 (855,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,601 58,601 000000000c7e5b19bf10ac1ea0144d72c399642b9efc45ff74bd277d1f84e20d 1 0.00/1.00 vMB 0
58,600 58,600 000000000ae6fa1c3d462d196c3e3bc941d8740a95dec84aa023e0f3c0afcec2 1 0.00/1.00 vMB 0
58,599 58,599 000000000e327440af8df8d627bd80f741232378e6d5c8feffbffb6c73704c5e 1 0.00/1.00 vMB 0
58,598 58,598 000000000a13c310303a2250e95262bf710b5a3c276e1aad0ee6492fd7e433b8 2 0.00/1.00 vMB 0
58,597 58,597 000000000a8fe608d127e272003dffa299495eb1d41f370bf49de4dda7be4abf 1 0.00/1.00 vMB 0
58,596 58,596 000000000c118177f9b406d6b60ac6f4ef7816814676eeb11f2b254f9ffbf38c 1 0.00/1.00 vMB 0
58,595 58,595 000000000cc219350a40ca9b35e9fbe631e1f52500f2751252ad66d4c36adcea 1 0.00/1.00 vMB 0
58,594 58,594 0000000005080a2c972d84dc3fdaaac53099f777b435bef485c823c93dd3ffd4 1 0.00/1.00 vMB 0
58,593 58,593 0000000008d0c85cd4d453243dd90637902c6b252897e311d138c4d025b9af5d 1 0.00/1.00 vMB 0
58,592 58,592 0000000004420e13dc2dad0bfad07dfece3c62e425bd8dd93200c2cb088f70eb 1 0.00/1.00 vMB 0
58,591 58,591 000000000347ec03068e486a5d275fd3ce8a508048f2d3893d8bb38eeba85ba8 1 0.00/1.00 vMB 0
58,590 58,590 0000000007abdad45c8fd93ebd635ce297e3018a741dc965b78d12bdd61358a5 1 0.00/1.00 vMB 0
58,589 58,589 000000000a1d27bd893d98e050238ae03d85fabe8ce9981b65cf08740053fe30 1 0.00/1.00 vMB 0
58,588 58,588 000000000d97dfcf416edf331170159532a71db276782a0563593e99c624e0b7 1 0.00/1.00 vMB 0
58,587 58,587 00000000095ff37d7fb0bbbf3e07f8e2a89e4df817d66907085e9227b9758043 1 0.00/1.00 vMB 0
58,586 58,586 0000000007212b27aa8f69cd745d35853dd77c805462f91e8a274c9784f942c9 1 0.00/1.00 vMB 0
58,585 58,585 0000000006250465a39190a68a801a84a22a43977f607d7b527ea710ca89adaa 2 0.00/1.00 vMB 0
58,584 58,584 00000000008890496d8d73a45419cd55ba19279d0c171afbe4e8a0f524cce9b1 1 0.00/1.00 vMB 0
58,583 58,583 00000000078baf65ee27dc663972c5cd7d2da7dec385e86215e6c7725b338c0a 1 0.00/1.00 vMB 0
58,582 58,582 000000000d68bdaa437a4259c8ee57eb8caa6ff39040b2f4966665ec20bb509f 1 0.00/1.00 vMB 0
58,581 58,581 000000000529b65391f48113d9c3b5983db23785e3fedea5d13deeb1f4cb9229 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 560.55 GB
    • Received: 7.34 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.