Loading Tool

Explorer IconExplorer

Memory Pool

42,936 transactions
27.01 vMB
0.06287182 BTC
Random Selection Loading Transactions
Max Size: 142.07/200 MB

Candidate Block

Mining Attempt 7f5084c08c1fb120d759d8013cf19e67caa9c1f18d86aa0637fa8b857d0ab9f1
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 5bcb12f497af36ca52ca35513ea4dde69d999a3435370d832d0327d866fbb027
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,761
Size: 1.00 vMB
Total Fees: 0.01248728 BTC
Feerates: 170.89 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (793,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,564 121,564 0000000000008dff586b9526e34c5a3b47ab2905c67d71c9015bc43efb324347 12 0.01/1.00 vMB 566
121,563 121,563 000000000000594eefe8794446e0d95c6342cd571c74076e9558675130f0a652 8 0.01/1.00 vMB 527
121,562 121,562 0000000000007f58b42c3d31f1b3e7827a2840d174a7cc7f88581d2af9a56200 4 0.00/1.00 vMB 0
121,561 121,561 0000000000005b5d012f6b2f937b1c383842e0441d7c01107580355625099784 5 0.00/1.00 vMB 1,647
121,560 121,560 00000000000033e29889e852f236da78d9b29fc8b2527d39f8b0712b6a3992bc 1 0.00/1.00 vMB 0
121,559 121,559 0000000000007fb5d96f9eeaf62e105b06351ae5cff8091bdc6aaead39c170ac 9 0.00/1.00 vMB 339
121,558 121,558 0000000000005ef3ce1c30bca90bc1a571216d7a354166534c6faa0fe4048e80 1 0.00/1.00 vMB 0
121,557 121,557 00000000000096410bfb2ba13c6d1c8d8176956bb82959a761a1efced80f6aad 7 0.00/1.00 vMB 959
121,556 121,556 000000000000903f5e5b34dd02c72fc2073025a48d3c03bbf501751710d0549b 1 0.00/1.00 vMB 0
121,555 121,555 0000000000001703bbd51bc183f7406b7471ee8aba5daeb2247652a780f149a7 22 0.01/1.00 vMB 248
121,554 121,554 000000000000460efb7dcfaa43d66ccf7f976e1d3dda8240d81dccfd52b9cb64 5 0.00/1.00 vMB 0
121,553 121,553 00000000000029b449a89eea79a04cbb92d687d80dc50af12f92d37c5004324f 11 0.01/1.00 vMB 315
121,552 121,552 000000000000566e55b5cf9a6809c54ba8b2f4ccc3c3da171f69bc41362d66de 37 0.01/1.00 vMB 220
121,551 121,551 0000000000003f1e98420d097871eda41e33dc07d535b53c9e68a657f2d8d4c2 16 0.01/1.00 vMB 277
121,550 121,550 000000000000541a0744067bdb1458b6b0581da0d1989272ebb55acb67e73428 21 0.01/1.00 vMB 0
121,549 121,549 0000000000001c06fe3805f664cdb1b877bf6eebcc48c0f95419bb60e2468dd1 5 0.01/1.00 vMB 1,506
121,548 121,548 0000000000008d05a7e6cfeb4e6767abd3b45aec54bda7fd06bccb8affa60ec9 30 0.01/1.00 vMB 201
121,547 121,547 00000000000001bb83b0c8abfed88f3b6f88ee8b71968df86e11220914d7448a 14 0.01/1.00 vMB 214
121,546 121,546 00000000000052414e8023d1beb4e3ed4fe3b05a4779b0d028e0733a0f375384 19 0.01/1.00 vMB 827
121,545 121,545 0000000000007da05c919fe1660b90bf4c4cff17f5177abaa5c2f69c0c97ccb9 4 0.00/1.00 vMB 0
121,544 121,544 000000000000546d7af81d87e3484b29856b5d5847842b6ccbe57f762844efac 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.