Loading Tool

Explorer IconExplorer

Memory Pool

85,022 transactions
31.69 vMB
0.11168486 BTC
Random Selection Loading Transactions
Max Size: 194.32/200 MB

Candidate Block

Mining Attempt eb019c05c2aa1e9bd3a3db582eaec0458a51dce90051c1c2bda167812ad148e8
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 7df997508f5ef61477e617cc4d3904301c822af192158a525be65d2bcb91bdd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.03718771 BTC
Feerates: 301.57 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (910,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,652 4,652 00000000fe2ea7200c070eae20010570b94a05a4d8cf2c01a7bd029f78fe10b3 1 0.00/1.00 vMB 0
4,651 4,651 0000000032ffc93152542861b6fd778d1547e5b0b3f798fd372b1792005e1bd8 1 0.00/1.00 vMB 0
4,650 4,650 00000000c3b4e4a0e342f45c5444ddefe6ee5773b1fbabb46b7457c507f9023e 1 0.00/1.00 vMB 0
4,649 4,649 0000000065518fd4517416f42466ba519b1fda6a14ae05f23ac683b8cbcd2d56 1 0.00/1.00 vMB 0
4,648 4,648 00000000bfa7a74708ec82baf0a713e6722eef86b419b4b26e27c45ac25097a1 1 0.00/1.00 vMB 0
4,647 4,647 0000000065f9598f72c43c9b5fa99ba145d9734b75854ed1c2038cf9ca51fedd 1 0.00/1.00 vMB 0
4,646 4,646 0000000088f568959bc898e3af5325a67a27d5a4380fa41c5f6b7a204708d63d 1 0.00/1.00 vMB 0
4,645 4,645 00000000420f32435818595072953be954315431b17128715872c66542474740 1 0.00/1.00 vMB 0
4,644 4,644 00000000b5a884433639b614072bcf6eada0fc1a8049ae1e7b293f0a94efa72e 1 0.00/1.00 vMB 0
4,643 4,643 0000000031e3947cac704a53a054921e492238be324d74272ac56aa1203535f5 1 0.00/1.00 vMB 0
4,642 4,642 000000000df7c3742ff608e1149284cf83adb1b3196d39f704a3737571d2f7e3 1 0.00/1.00 vMB 0
4,641 4,641 0000000033e0324fd6118545d1fef7a6904a0983f20043cc94dc087f86603dcd 1 0.00/1.00 vMB 0
4,640 4,640 0000000066df0453a5339026e5a01e34ee92bf9a59ad784669e2da00e685c293 1 0.00/1.00 vMB 0
4,639 4,639 00000000199e6a13bd80b16f0b889cb8a19a0b379f3f0827cca43694fe689b8f 1 0.00/1.00 vMB 0
4,638 4,638 000000004247d8088fd1d7c393982cfd579c44a19cd54464be2dea09f9ee3d6d 1 0.00/1.00 vMB 0
4,637 4,637 0000000069fffbee95dde2909855c4bd3844c8251aacc381519c6f65021b0a63 1 0.00/1.00 vMB 0
4,636 4,636 00000000940ff65f8a4e61cfbdd89d1aedb9942fbb77026be03807740ed54c89 1 0.00/1.00 vMB 0
4,635 4,635 00000000e799142d9486756e81dd9c5af9d3e560b8f7f9ac1e14252031418f60 1 0.00/1.00 vMB 0
4,634 4,634 0000000041f9574646b9b48ed553f1dd1c59c05c3a056eca10d691823eec7a06 1 0.00/1.00 vMB 0
4,633 4,633 0000000012659c5e938e30ed5139aac38f75ee4a43340c2436f910e9cd2172ba 1 0.00/1.00 vMB 0
4,632 4,632 000000002800b02f583a57ab53087bea451361d6592fc9c1f34e62a9a629dc5a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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