Loading Tool

Explorer IconExplorer

Memory Pool

36,230 transactions
34.15 vMB
0.09773422 BTC
Random Selection Loading Transactions
Max Size: 165.79/200 MB

Candidate Block

Mining Attempt 664d61bc7600fc6105d30d915851fb70d46e00a57245991e96316be45773ecd7
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 0e47326cc7162db6a86e587edbf1eff685ec5e23c8b29771e8e6ebba7e04b9be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.02550697 BTC
Feerates: 150.93 > 2.56 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (864,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,166 50,166 000000001bc97c4bf068d9b95bd35bbbf35ffab8c2910f3dc9d1fd5fcd37323b 1 0.00/1.00 vMB 0
50,165 50,165 000000001d2685ab96ee0db4e510b3009af7d69a3c5d9f57db1e3081b42dc146 1 0.00/1.00 vMB 0
50,164 50,164 000000001f65a34796d37174a980684b7240181a5ba01c2cbf76349a6aefd5ca 1 0.00/1.00 vMB 0
50,163 50,163 00000000097b39f25e0f7bc3a6bb68218d9ce5aac2ed72124f3cbd87c4295d85 1 0.00/1.00 vMB 0
50,162 50,162 0000000013c3158c99976b96cb28fa6122b77d90dd2a3580b6451d5003888fc0 1 0.00/1.00 vMB 0
50,161 50,161 000000000d22aaea06f1f9487964a15f6599ffc12056fec74542169956f2e33e 3 0.00/1.00 vMB 0
50,160 50,160 00000000299641925732beb01e3846e5e95942a2feb6d2e8161222cfeb568279 1 0.00/1.00 vMB 0
50,159 50,159 0000000011cffb2f2e881a0d1a498f455c5e4ef66286cbc6ab3f23fc898162aa 1 0.00/1.00 vMB 0
50,158 50,158 00000000118e046b6656d3cda7293c37d852faf1075a871abb6345c95da71c59 1 0.00/1.00 vMB 0
50,157 50,157 000000001c8d509a408a28951a6a5c771350f5850a853666930d407cdcae052c 1 0.00/1.00 vMB 0
50,156 50,156 00000000293e54c2b2fe77e169c450131ad8fd5aee1590abe5f506f947296d26 1 0.00/1.00 vMB 0
50,155 50,155 000000000288bb610569a8cb6357baa54505044bce71bcd18e2d76aef0deb152 1 0.00/1.00 vMB 0
50,154 50,154 00000000179dc9c563fc976da4ee3b2ed623a6569549c9d81bcd6ee37ea21852 1 0.00/1.00 vMB 0
50,153 50,153 000000000dfdb432d7cfe62117b44bc9987c26ce0755cb5f6f58e21c4ad66821 1 0.00/1.00 vMB 0
50,152 50,152 0000000018d3e3cb5b3a0c4a94c9e4b39926af197feee17c67b5fe0c876a9e1d 1 0.00/1.00 vMB 0
50,151 50,151 0000000019733afb201d84a2b8a777d3cfffe909269b6004fd90f3ce85d936bf 1 0.00/1.00 vMB 0
50,150 50,150 000000000aab8571ec09ba391fe3353c0d7e6dec43318551ea545f86c3b6966a 1 0.00/1.00 vMB 0
50,149 50,149 000000000b83d149e8e748b3a749b2448a769ea2d6350a47e9720e83260a2e79 2 0.00/1.00 vMB 0
50,148 50,148 0000000021bff07802b96a0be559ec414fb1111bd903cf63e503c25677885304 1 0.00/1.00 vMB 0
50,147 50,147 0000000003cef1db6a005781e89c9b448f642449ab8a384fcb7461cfdc732e78 1 0.00/1.00 vMB 0
50,146 50,146 0000000008f39117c3bda42f5fa8fd36b3a3771c5a80c730417454b129f64664 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 GB

Node Details:

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