Loading Tool

Explorer IconExplorer

Memory Pool

39,724 transactions
27.09 vMB
0.05589666 BTC
Random Selection Loading Transactions
Max Size: 141.60/200 MB

Candidate Block

Mining Attempt 31b6f9a14a33be54b0879dfd7cb2f80c3ec4d3e17a3047dd7cdadeab5b066bce
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 1f347a2026226586cfc83045bb4861936f7c6f2a9625a705858afb2b147d4a96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,164
Size: 1.00 vMB
Total Fees: 0.00576669 BTC
Feerates: 69.10 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (461,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,727 453,727 0000000000000000008d59720933d2d06f542a4ec7c08a990eac03799c0853e5 699 0.29/1.00 vMB 89
453,726 453,726 00000000000000000109f42e622d4c68e611bce7aa00d72ac1181dc9b57fdca0 1,369 0.68/1.00 vMB 68
453,725 453,725 0000000000000000019001bd8ef1eb441b1851cc4472e18c8493251f6a65e739 2,377 1.00/1.00 vMB 122
453,724 453,724 0000000000000000017a196a754f1e5fd1db28c1943b0ffd2c2d29d1353c146f 1,039 0.45/1.00 vMB 101
453,723 453,723 0000000000000000006f5c0fa237675c535b6b90e18816f331fa7e80d82d8631 2,161 1.00/1.00 vMB 107
453,722 453,722 00000000000000000219f9025f4e509e523ca33e856ed19d52d75a28d46cb671 1,565 1.00/1.00 vMB 58
453,721 453,721 00000000000000000037a7a190fc3d5871bcfcc5915bcea88ae273f18f0fe32e 1,940 1.00/1.00 vMB 126
453,720 453,720 0000000000000000025481f9ec41033f6850a4be4ad71b3b33828dea373f5dc7 114 1.00/1.00 vMB 8
453,719 453,719 0000000000000000025d0451fdecbb36521d2be5140624a8456efe04f85bd80e 910 1.00/1.00 vMB 45
453,718 453,718 000000000000000000cc26e7c1ed2e9c54ca5388c9253d98b27247af4f8c31ba 1,364 1.00/1.00 vMB 66
453,717 453,717 000000000000000001332b476730fb3161552351cf5914e1143fc28e075e1565 2,123 1.00/1.00 vMB 110
453,716 453,716 0000000000000000025d7f78bacc77eab08ab1dc0037abdb8177123a20b1f926 1,288 1.00/1.00 vMB 68
453,715 453,715 0000000000000000007522f18869041487fd73e1cd194c216b12bd994c8bebe0 1,388 0.82/1.00 vMB 106
453,714 453,714 00000000000000000121094630842b9abfa64a4d60236cab0734d82b58bd2693 1,021 0.47/1.00 vMB 118
453,713 453,713 000000000000000001a2c0cc9ce5e99ea21578192323dc8f4cc81a7193394e1b 1,451 1.00/1.00 vMB 32
453,712 453,712 000000000000000002774ec0e83c2993372850bea2477df861c62b4cc09d1f52 1,941 1.00/1.00 vMB 86
453,711 453,711 000000000000000000f16a99ba9ca6461aae223dfbbd08796ff98905fb4c592f 1,704 0.93/1.00 vMB 125
453,710 453,710 00000000000000000091e20a696282de0261066bf919fd987526e546777e81f4 1,801 1.00/1.00 vMB 154
453,709 453,709 000000000000000000c591aa5b75e8abf9d22fac4a9ec8d41e06cd1dfb3f90f4 1,687 1.00/1.00 vMB 101
453,708 453,708 00000000000000000227497a670174fba8e8a460d6c97a67a8ffdf4ea5b628a4 1,673 1.00/1.00 vMB 139
453,707 453,707 000000000000000001922584130afe62788f1d1eae85b90c522ea64585ebc5f6 769 0.49/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.