Loading Tool

Explorer IconExplorer

Memory Pool

29,419 transactions
7.24 vMB
0.06385558 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.48/200 MB

Candidate Block

Mining Attempt 58043c5c0280b60079635c470c3388fdce186b2af1cc025c2c276ae9dc2ad6b7
Version 20000000
Previous Block 000000000000000000022284c297da0a87d12b261e6052f3b173b86dc93272d5
Merkle Root 2689b03f0f8ce5a9dfdf33822165b3f8fc63e94090c86cebacbf6fa9a05bc453
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.04009474 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,015 (715,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,721 197,721 000000000000018677fd741e74debd8044a5cfa333db910e2a9bbcf977829cf3 0.05 MB 114 116
197,720 197,720 0000000000000530225eeb2492c6d612092359e746dde04bfc9a201dd0f10803 0.04 MB 115 119
197,719 197,719 00000000000003642b49545bfd33f2a01f4b7575bef9a022722734498dd6e5f5 0.09 MB 203 146
197,718 197,718 0000000000000310f1a5e7538dcb815ac5044116b09929d4d5bb73c5f8957806 0.00 MB 10 33
197,717 197,717 00000000000004871632007f9b4c7504d9b6f2d65d13d8ee9fa6a0794de948d4 0.01 MB 44 250
197,716 197,716 0000000000000486e2ff8d206223431d6389b0c3384c993bd1bc6120b40f9fcc 0.05 MB 105 92
197,715 197,715 00000000000003e881b95191efbcd7b849cf046bf202f0338143674b3be2e6a2 0.03 MB 76 107
197,714 197,714 00000000000002cfae56b2f1b6042380f30b2b3b7a821e4b38093bc10a1b76e5 0.05 MB 143 39
197,713 197,713 0000000000000581719012c9eace2c582b28a66f39a1e5863ade68adf0cc88e3 0.09 MB 263 184
197,712 197,712 000000000000049b7f20aa5ca78d5362751e76e539ca1a6c3a5c0ab5b29a4a15 0.04 MB 106 117
197,711 197,711 0000000000000473a0acfcf2d2f8c735144195d10c4c991fa56449c07be713e9 0.04 MB 100 160
197,710 197,710 000000000000037110286869b80e4bded99e073d6e0991758266a13473890b57 0.01 MB 18 104
197,709 197,709 00000000000003ceb596942439da4ccbaba4cb285ced922719e16ee32dc58696 0.01 MB 34 133
197,708 197,708 000000000000049fb2ef16394476fe58cf9e70e2772bf9f3cb5133134d89b2fd 0.08 MB 128 143
197,707 197,707 000000000000008cbd5cc8cb9e21f3ca8fd32aa8aa6c8bb1f6e16419f0fb6c3b 0.04 MB 106 152
197,706 197,706 00000000000003b6f7de2df572886e742f947df8b25fc91daab17939bd34e40a 0.04 MB 124 232
197,705 197,705 00000000000001342ae0d96675561035d62da1fe0cbe79818b9a07a3882a25e4 0.02 MB 70 153
197,704 197,704 000000000000033ca2a2f4c7a33c1e817f2f72e957ce45ee362baa18a5d06cf1 0.00 MB 4 153
197,703 197,703 000000000000031ca7c39bb18ce75edb6085e3e650f844d77bbdaf2658119d4f 0.04 MB 128 172
197,702 197,702 00000000000001bee0dfaaa28036455e1f53c6b7a0cb8cf4409aaf80a3ec875b 0.02 MB 43 53
197,701 197,701 00000000000002448b1a1fbe7db158c913aa23fbc0689635bf860a3e3fe513e3 0.05 MB 90 83
Previous 10 blocks ↓
Total Size: 778.87 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: 396.56 GB
    • Received: 3.56 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.