Loading Tool

Explorer IconExplorer

Memory Pool

82,689 transactions
31.67 vMB
0.09915286 BTC
Random Selection Loading Transactions
Max Size: 191.21/200 MB

Candidate Block

Mining Attempt 932df5c69583bff6a4226b116a961bb008e47671d5a30255341da6f5fc218cff
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 0dad9e64ec8652d88f01dc7bb1f0cf942bdc1b6084564a55ff341b3e492bd8f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 794
Size: 1.00 vMB
Total Fees: 0.02394503 BTC
Feerates: 353.36 > 2.40 > 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (296,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,275 618,275 0000000000000000000513d98609f5f285bce309917a08a2e334e7ada1d1a817 1,425 1.00/1.00 vMB 10
618,274 618,274 00000000000000000000bd47a64030d98a72c8fd70f61ba78e72f97e67ae9c02 2,099 1.00/1.00 vMB 14
618,273 618,273 00000000000000000007d2d544be70986396f5fd6e192c4ca6c7d51f2fa17e9c 2,011 1.00/1.00 vMB 13
618,272 618,272 000000000000000000056c354f13d36b941ef0bcacac164b19da2e48159e6801 1,321 1.00/1.00 vMB 8
618,271 618,271 000000000000000000118dff995de4a4af8a4ab84014d60a8e3f945d36279187 1,880 1.00/1.00 vMB 14
618,270 618,270 0000000000000000000ad81c2402f839807bc77d765fe03466df7fe4c0362838 3,436 1.00/1.00 vMB 14
618,269 618,269 00000000000000000010be1fb5c18f2aed65bb32729d3839ff58fff3e673ab38 3,321 1.00/1.00 vMB 18
618,268 618,268 0000000000000000000e8e0368b226765f16ed3a80ff79a7cee5e02e855b3335 2,962 1.00/1.00 vMB 22
618,267 618,267 0000000000000000000caa93601464db947a5de68b65f1c35afae3b0bc8f233c 2,181 1.00/1.00 vMB 28
618,266 618,266 00000000000000000003e06422ee1b7c2ff72d15323d5890fd23285ae093d348 1,369 1.00/1.00 vMB 4
618,265 618,265 00000000000000000001e3300889ffb3c88d25ee0ac816360068ca0bbaab42fc 1,018 1.00/1.00 vMB 4
618,264 618,264 00000000000000000002ed68993e1ff4d6dcc5fec13331ac99cda953328abc83 2,353 1.00/1.00 vMB 14
618,263 618,263 00000000000000000010ea45c34d8b4928a3658f2bf77a55bef1dd9e989c9f7a 2,861 1.00/1.00 vMB 10
618,262 618,262 000000000000000000115f1e833f753c9163924a0634bc4eee4217740df05fec 1,262 1.00/1.00 vMB 10
618,261 618,261 0000000000000000000b1e14103ad36679e221289a13fdb3a3225966ed36e7d5 2,241 1.00/1.00 vMB 30
618,260 618,260 000000000000000000039739980785e36bf24ed6f4df90b49591bd6e9e04026e 677 1.00/1.00 vMB 7
618,259 618,259 00000000000000000003800409bff1591b9b3dd43eda4c4fbf3e00b8b27366cd 2,350 1.00/1.00 vMB 18
618,258 618,258 00000000000000000011591f27f5305512d8a334d59a71bd6d528ad9bb3bc36c 2,317 1.00/1.00 vMB 16
618,257 618,257 0000000000000000000c8fede018b45b1c6cffa975ea399bd0eed8df762c0c1c 2,721 1.00/1.00 vMB 8
618,256 618,256 00000000000000000007a68269af3efbd7b91a74664403cb8fe069169e6ce74c 3,330 1.00/1.00 vMB 21
618,255 618,255 0000000000000000000df3017027e915118eac34f024ad3eb8a03ac7eacfcdd7 3,384 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.79 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.82 GB
    • Received: 16.99 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.