Loading Tool

Explorer IconExplorer

Memory Pool

39,770 transactions
28.61 vMB
0.07558019 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt c5efaf68d6493dbe4ff5ce0d3532712db4be32142b4ce54ee7e07de3b32660b2
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root cd128ac26e80b34aa1050023d20319049eca42dd615a617ca5807dcc10c5f854
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02026213 BTC
Feerates: 150.93 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (473,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,808 440,808 000000000000000000ced06bd25f44b75cf0cbd1beb1f2fd3391906d5eb1cca4 2,433 0.99/1.00 vMB 107
440,807 440,807 00000000000000000341137f07b6ec9e6a270c4519a36ea42190846fc684ed32 1 0.00/1.00 vMB 0
440,806 440,806 000000000000000003c5bfb8e1389316eca2753f0674f40459fa71c6c22a478e 2,646 1.00/1.00 vMB 87
440,805 440,805 0000000000000000002c08981faffcbd72a9fafa7720db309b11f22c46af99fd 2,487 1.00/1.00 vMB 99
440,804 440,804 00000000000000000326f8f5de5dbb9e6eadde32369591b4d206bd5cdc483ac8 7 0.00/1.00 vMB 419
440,803 440,803 00000000000000000072404ef3ff21e4c4608934fda8f80328a05c86ae9cb45d 922 0.42/1.00 vMB 74
440,802 440,802 00000000000000000171f90537291c8c2fe90836e124e169b2112012adab93d0 613 1.00/1.00 vMB 17
440,801 440,801 000000000000000002b6a889d6b744b56d6cfde53e1b92b19bfa1c49a04487fa 1 0.00/1.00 vMB 0
440,800 440,800 000000000000000002e9b3e12dd9b9fa744f6a839f8e382696b1d4fc4653e6a5 1,323 0.99/1.00 vMB 45
440,799 440,799 00000000000000000396866c847a5ede3c5b63d9db2ee7a7c2999b5a70a6d51b 1,930 0.84/1.00 vMB 68
440,798 440,798 000000000000000000467372666bc92a51a6a5004225d0e83c59a880e02eb2c7 225 0.54/1.00 vMB 17
440,797 440,797 000000000000000003275870f35ddd68aeb3c30f434d3b1754620b2f7728d2f7 2,091 1.00/1.00 vMB 59
440,796 440,796 0000000000000000025449c3a841de92fc091df8e0cb292fe87f943aa4ce4be9 1,999 1.00/1.00 vMB 57
440,795 440,795 0000000000000000011e8356f6aed186ff95dc5b690d827f596ec91b6ba45bb8 2,075 1.00/1.00 vMB 81
440,794 440,794 000000000000000002c87fa46223a17ecdba41a18ae2ea98a226fe780d81bfe2 2,072 1.00/1.00 vMB 63
440,793 440,793 0000000000000000034dc7c2fde5724a521e84f0ec0f0f625098b92f6572b195 2,482 1.00/1.00 vMB 91
440,792 440,792 000000000000000002787402b7316eb38059076395227c3ed8ee5875725d9a0a 2,665 1.00/1.00 vMB 81
440,791 440,791 000000000000000003237f29416f733285f45367473fa2560f18cab57afc32da 2,274 1.00/1.00 vMB 79
440,790 440,790 0000000000000000034f47eeca079cb58bfba3ee255072b0b53971d80f62f6a7 2,122 0.75/1.00 vMB 96
440,789 440,789 0000000000000000017098eafa9ac68d2bc8f557b271c570c6b2849fa5e2e946 2,274 1.00/1.00 vMB 79
440,788 440,788 0000000000000000004ae15a4a5a9e13b0dff4d8c99a9cce18813b0e893a8b90 1,832 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.