Loading Tool

Explorer IconExplorer

Memory Pool

86,091 transactions
32.00 vMB
0.12665771 BTC
Random Selection Loading Transactions
Max Size: 196.14/200 MB

Candidate Block

Mining Attempt 73e031b8f6575e90d88ab87330bbdcad32b48cfa1b3d3c02606b3a4fedacd66f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 27a186d63d9ed2cfe926938f701c7bb1503c2de5c46f1754cea9f869b34f3d00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.04650721 BTC
Feerates: 301.57 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (579,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
335,552 335,552 00000000000000000a61a3817d3e509754da26aa785ed331174f8c54f38fed27 1,454 0.75/1.00 vMB 26
335,551 335,551 0000000000000000132e5c26629d3ec96eb4dd0a2c88bf3872f8c33ebc433171 277 0.14/1.00 vMB 25
335,550 335,550 00000000000000000363dd7bb4cbfceb028ccba7c796d9495d9328b980a18b37 1,151 0.68/1.00 vMB 22
335,549 335,549 0000000000000000162d0ac3c1fa01a69d6cb4fd060f0f9dbc702a44f2e2f085 421 0.17/1.00 vMB 36
335,548 335,548 0000000000000000018af8b3b4f1cfeac816621e9005b771e13c5a4f93f650c8 297 0.14/1.00 vMB 29
335,547 335,547 0000000000000000040b78eeef9d3bc2f3247933fd4dd823ac804ea9ad246b9f 444 0.30/1.00 vMB 21
335,546 335,546 000000000000000011b82244e2b018b362d964113262e8873abbfc96cda131da 205 0.11/1.00 vMB 25
335,545 335,545 000000000000000000e19c2986f14657e176500a77e1eb3c0cb387bdf27d3d5a 637 0.49/1.00 vMB 19
335,544 335,544 0000000000000000043b5aaa76549b2a52e5c96db67d38153fcdc5302aafbdc3 275 0.30/1.00 vMB 14
335,543 335,543 00000000000000001448d62b19d0fe0a70757b14f18a22533b35b2cc16a0c91a 727 0.35/1.00 vMB 26
335,542 335,542 000000000000000011f09bf91cf77b9ed97c5d81d9c08cc2978647e05f1e5463 669 0.68/1.00 vMB 9
335,541 335,541 00000000000000000bc3bf5c80e98450d82e17ef864493e8ae9d0c2f08fe30b9 886 0.75/1.00 vMB 19
335,540 335,540 000000000000000012424d22a3839b270cfac0e8b789a5a45e6a310685ca25b4 2,001 0.90/1.00 vMB 26
335,539 335,539 00000000000000000f7c35caab4a274f2f164a47ee050c990ea962f6d21791ad 1,361 0.49/1.00 vMB 43
335,538 335,538 000000000000000010c08aaeb955d49d8553ec6f10b63fc9e3cd4006030459f3 95 0.08/1.00 vMB 25
335,537 335,537 00000000000000000ace8fb98d3acd74547db43fe8cb46402a57262b9c41607b 201 0.22/1.00 vMB 16
335,536 335,536 000000000000000012ae238b3399c82b84f0507c2bd27a25e11cbb668ec4a5f4 1,155 0.75/1.00 vMB 25
335,535 335,535 00000000000000000a2b1415384b59a2fc31b825b1e7ed6a05584e9314bc083a 1,884 0.75/1.00 vMB 32
335,534 335,534 00000000000000000e7cb9fe5c80c03b5411c22b9cddf5679914e01e7c5fe914 669 0.43/1.00 vMB 24
335,533 335,533 000000000000000001501b94acf9b61bdef9dff791994a784f2dcba145fbaf17 525 0.32/1.00 vMB 23
335,532 335,532 000000000000000016c3e356364196b7700502725ee256e4135ee88244d42845 576 0.32/1.00 vMB 24
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: 114
    • 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.