Loading Tool

Explorer IconExplorer

Memory Pool

27,542 transactions
16.26 vMB
0.03347265 BTC
Random Selection Loading Transactions
Max Size: 86.99/200 MB

Candidate Block

Mining Attempt 110b774c4cd92806857164999aad2989bd4874962502dce1fc8598e9638c078d
Version 20000000
Previous Block 0000000000000000000110219f53958bef65f3b2008519288f2dbd855b2cb68f
Merkle Root b0dd1dd890ea72ade0e9a81f1b0bd3d10d3744c54d6b730923a6959465b2b372
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,341
Size: 1.00 vMB
Total Fees: 0.00383916 BTC
Feerates: 56.94 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,161 (910,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,887 3,887 0000000053213c3612b2cee96b1af322dd66625139774c9665acfbf12fcda380 1 0.00/1.00 vMB 0
3,886 3,886 0000000086fc599e572743378854ad5e4a42881282c23729654959d372caa675 1 0.00/1.00 vMB 0
3,885 3,885 00000000496f16f0100b386a932e03d8692982ff8f85fc6037888fd449f3a4fe 1 0.00/1.00 vMB 0
3,884 3,884 000000006c0b1da5f2d08cbeebc3d76cdb68e2c182f3e019fc89987425ce48aa 1 0.00/1.00 vMB 0
3,883 3,883 00000000ea2b48f085f41cd7e00c313c50966070e408246887fe32ba87082482 2 0.00/1.00 vMB 0
3,882 3,882 0000000019a37c6cc7caa8914a6351398a3656cdcd89031a0c52998fcd3f9076 1 0.00/1.00 vMB 0
3,881 3,881 00000000c723fcfb145646bd41a0344c02e2a6e490d0fc15bee1c5be5ddc404e 1 0.00/1.00 vMB 0
3,880 3,880 000000007cc6f7e3020b33d35874672da644cf6d825d8c1f8d91661dc2a38631 1 0.00/1.00 vMB 0
3,879 3,879 00000000b0b74c75d33aea9a015a2e6da45beb34797eec52ba3e02bdae25c2ab 1 0.00/1.00 vMB 0
3,878 3,878 00000000c224859ff09ecd8ee5f4a29ef9ba19c47021a3265d9675715d5ee1f6 1 0.00/1.00 vMB 0
3,877 3,877 0000000042a1ab6f5b78f9cc0ebb0ad22a38ea5bd3845316822e722e02f389ff 1 0.00/1.00 vMB 0
3,876 3,876 000000001f0c089aacfaea31785b2dd4e01d6bf88eba408bed5e47f638b5f28c 1 0.00/1.00 vMB 0
3,875 3,875 000000004fd21b1e04b898f55e3741e9515c1d6cbf61839fdc86fd8c46bc8fc4 1 0.00/1.00 vMB 0
3,874 3,874 00000000d48680218b77758acdc82b87ac6f57f9784d22fd97a34b8e4cc5f696 1 0.00/1.00 vMB 0
3,873 3,873 00000000ff92238a26735e07cd2710995381746a9f81c426fab11942c52bba00 1 0.00/1.00 vMB 0
3,872 3,872 00000000bc3199975615b3154af5084dc14bbb31c5a3e8f7aca2da881faa4338 1 0.00/1.00 vMB 0
3,871 3,871 0000000023f1e749454755e55454a885d673b611300f37460a6a043edc3bed76 1 0.00/1.00 vMB 0
3,870 3,870 000000003c6f8e2b095ffd02010241ded9ef7b798e376dcf55929ea658936b10 1 0.00/1.00 vMB 0
3,869 3,869 00000000444d2a7b22babe14afa6a1e7c060ae694615819470cffa78a27b5351 1 0.00/1.00 vMB 0
3,868 3,868 00000000b5b7eaec257e1ae28bb931db5b14c1578def1bb3cbd74c5ebf8ad1f1 1 0.00/1.00 vMB 0
3,867 3,867 0000000032e4e379c1dbe01389e630d9da05038dba034ad93c26699be4ae33dc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.88 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: 564.57 GB
    • Received: 7.62 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.