Loading Tool

Explorer IconExplorer

Memory Pool

6,368 transactions
3.10 vMB
0.00716165 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.26/200 MB

Candidate Block

Mining Attempt e995606ecbf831a2b8f02275821033cb73ab9d03ce79942fafce68e135b0fd21
Version 20000000
Previous Block 00000000000000000001cce16ce699283f28a797a032e15b6e130cd37b59cd4f
Merkle Root b0812f2a3fe5218872861dd271703633352e67a3d7400996c8b30c29a227d521
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,065
Size: 1.00 vMB
Total Fees: 0.00464548 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,489 (748,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,562 164,562 00000000000008242d5ee1bbf0b173344b978df7170c994ab126101a24ebe6e5 38 0.01 vMB 129
164,561 164,561 00000000000002b127d741f0bd6bf4149d2cd433ecec2551cbfb5a22a5ef388e 14 0.00 vMB 49
164,560 164,560 00000000000001e7dfdc2a13b69b8b9d314330b5cdc77507e6ed3b12ed2a597a 10 0.00 vMB 83
164,559 164,559 00000000000002872e6d64da104df826a51383ae6f469b1094e421ca39a681c5 11 0.01 vMB 54
164,558 164,558 0000000000000637d7ec90acdc9c621d4db68f33d2af5e823c2bcab37f66370a 43 0.02 vMB 78
164,557 164,557 00000000000007afa61fb756c57eb0b29511ea2674ca7f6c0325064846c2a946 10 0.00 vMB 0
164,556 164,556 000000000000070eb71b09096d70172b01bcaf2cb3762d30dce116a73a2ec22a 35 0.02 vMB 154
164,555 164,555 0000000000000b43bb41617abd58a9b5ac78e8c30ea728503648f89f4b502625 10 0.00 vMB 85
164,554 164,554 0000000000000891b164d5fd53d5ef329615cf65267dac48a1e786bccf3be298 44 0.02 vMB 3,342
164,553 164,553 00000000000009d6bd8fe2cbb0aa7ad99d3032569fd69e7d72d7629d8136e063 9 0.01 vMB 16
164,552 164,552 00000000000006f7c7db06db23d80d6763a25c12b89c8e98920b540f0b21c799 32 0.02 vMB 3,294
164,551 164,551 000000000000087a39d4f78ee626f628f032234bd5daa8b64e14c0bae5938ffe 13 0.01 vMB 595
164,550 164,550 00000000000001c0a61a3327408d1084b5e87cb5b734bebc7f49da70ddbbd64d 100 0.03 vMB 217
164,549 164,549 00000000000002194e872cc799618a2e2de0dc1c94739d9893edf289b18d6dc4 30 0.01 vMB 276
164,548 164,548 000000000000043238935cf2de5cb0147701970475406373fe5daea17787381c 7 0.00 vMB 1,116
164,547 164,547 00000000000001600224feda3b653f0fd96f99b9f467b33fad99cf8a057365f0 6 0.00 vMB 169
164,546 164,546 0000000000000b537f5529021d0b0a29d5b19b42286e783a3f5bb107406c733b 89 0.04 vMB 33
164,545 164,545 0000000000000c2bd91dc198343b17dd250f48901d15235b67a933fc8873dcfb 16 0.01 vMB 47
164,544 164,544 000000000000039d148325e7f5c11fb9eb783f5a67c2ef88a8b040ecce68db81 1 0.00 vMB 0
164,543 164,543 00000000000006afc140e3c04ff6697489cf573eeb07936b798bc00d9fa825d7 64 0.03 vMB 234
164,542 164,542 0000000000000acae67b9874628dac3e72c803ef85d11cc76e1bf590108317c7 31 0.01 vMB 18
Previous 10 blocks ↓
Total Size: 779.72 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: 362.49 GB
    • Received: 1.73 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.