Loading Tool

Explorer IconExplorer

Memory Pool

41,906 transactions
26.17 vMB
0.05940850 BTC
Random Selection Loading Transactions
Max Size: 136.96/200 MB

Candidate Block

Mining Attempt 101aaf4f80805973ab084c7ae8eafad76a6a5a161677e404a1891cf4689e5c62
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 6f81e54dd6721c43258ef409100cce4bf0880220f656ad120c3b177e9fa328b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.01160683 BTC
Feerates: 100.00 > 1.16 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (839,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,106 75,106 00000000000463a33b66f9a22351e998f6e5c01e727234b1b1962856776540d3 4 0.00/1.00 vMB 0
75,105 75,105 00000000000d19ba364f6568135fd94d42f003e0ad272f3c5991e0560c3907b3 1 0.00/1.00 vMB 0
75,104 75,104 00000000005ddb686c68605f6e619df052a56a9702fe2665d34f4507926e97c3 4 0.00/1.00 vMB 0
75,103 75,103 00000000000342a8759ab3a4dd867b54984a54f472ec8431c1e0f70781ca012a 3 0.00/1.00 vMB 0
75,102 75,102 000000000012ec8564d6a29a8218e0f63844829313cf1b49c144dbd52d3e1e53 1 0.00/1.00 vMB 0
75,101 75,101 000000000040c86155db276e1d4ec239dd479df5828f8b415d4a9ae7adfa13e9 3 0.00/1.00 vMB 0
75,100 75,100 00000000004f128d1c105f90e315b6af2460f7c80f8df2217bccc7e7b79f862b 1 0.00/1.00 vMB 0
75,099 75,099 00000000000a943c242f650fc742c5a2fff04dd4e493426f31d5203e545c3e7a 1 0.00/1.00 vMB 0
75,098 75,098 00000000007e4d1ab6e969e21057f2367efa4170b2ce0b378c0b8043945c3969 2 0.00/1.00 vMB 0
75,097 75,097 000000000025e33e66a4ddb0dacf6a805b49ae5def4f7ad6981cf46daf440aff 1 0.00/1.00 vMB 0
75,096 75,096 00000000006a92bfd4f1df148c657d8ebdf2f017b78412cee864737755ad01aa 3 0.00/1.00 vMB 0
75,095 75,095 0000000000253a6a3c4fd3b87c0392c165218ea7e9b8bd220733ec7dc0bb5238 2 0.00/1.00 vMB 0
75,094 75,094 000000000015259c099039f450c252afc23b6a4f6148dfb04c608281472ac817 1 0.00/1.00 vMB 0
75,093 75,093 000000000028b087abc157e36f7cdac069473a90084665f22b1d3ea9edd3777e 1 0.00/1.00 vMB 0
75,092 75,092 0000000000040a861575bebc659a4060f7104b9ed7f34306eb73d05211988d73 2 0.00/1.00 vMB 0
75,091 75,091 00000000006814ffe1a9ca6cb7106671c7eedad10f7e54746f86629fc150d832 1 0.00/1.00 vMB 0
75,090 75,090 000000000023999c11c80e6106e92dc1389e70b1b874b12961aa72faca0d2eff 4 0.00/1.00 vMB 0
75,089 75,089 00000000001d6b76dae6d8830680d928a0ce3d9aaa9da751c5bcab0c9d28e083 5 0.00/1.00 vMB 0
75,088 75,088 000000000019a090257b114958431ef24ec983b07b6cc8a81fe4abe48e1ad07b 2 0.00/1.00 vMB 0
75,087 75,087 00000000005e08d5f2706ed58d913de9d04a9c4def5e9da06e8fafb71cf1c436 3 0.00/1.00 vMB 0
75,086 75,086 00000000005c622873bd371800690ccf7008d90fea80bd1d43a7a6309f2af1f6 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.