Loading Tool

Explorer IconExplorer

Memory Pool

79,176 transactions
29.32 vMB
0.09753479 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt af69e4d683e6e5d7dfd0bb0863b705cc2f4156db25e096bb0ebc558975b1cab0
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 627531d948645d48bd82f648a6695eb4cc0c0a046699a6c685e410e7d5604e7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03533543 BTC
Feerates: 150.62 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (89,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,167 825,167 00000000000000000002d4608d2a7969e353d0abf17d1c7eee59d122a4cd4a15 3,601 1.00/1.00 vMB 95
825,166 825,166 000000000000000000011062f899f76c1b76db78db09548465a64b5853ec27e3 2,140 1.00/1.00 vMB 38
825,165 825,165 0000000000000000000354236a3766dde1f335d6b3bc58856388486aecd5e74c 3,822 1.00/1.00 vMB 67
825,164 825,164 000000000000000000029163d9efb1bad405710696cfd1d3327e92e0c81a7562 2,971 1.00/1.00 vMB 45
825,163 825,163 0000000000000000000278e44ad6b5eb2a1254e22e4ce4154dd4708219bfffa5 2,462 1.00/1.00 vMB 56
825,162 825,162 000000000000000000006b1e77b7890b5b29c5507c0f7fd49511e740d7d3ea0a 3,933 1.00/1.00 vMB 61
825,161 825,161 0000000000000000000366a5c7317a5e7d10c910210694b2e92ff3be30b5fe0c 3,005 1.00/1.00 vMB 50
825,160 825,160 0000000000000000000063c95e4bdcc44f516ee6cad040ef3ce4235b8da1b381 2,623 1.00/1.00 vMB 59
825,159 825,159 00000000000000000002121581894d3f9781c08bd4feba3b233479945cbeb440 3,476 1.00/1.00 vMB 106
825,158 825,158 00000000000000000001197e2e9146f72916234ea92d2dff0bee92656b9afb1c 3,923 1.00/1.00 vMB 78
825,157 825,157 000000000000000000018b81890b21fa8b12b279e9f2de317b38c64bc087e50b 3,167 1.00/1.00 vMB 88
825,156 825,156 0000000000000000000362ff993ff5c21747685c5aa84f20a6f11fa6083c1001 2,816 1.00/1.00 vMB 42
825,155 825,155 00000000000000000002828a7dd444d8364b02d02fc61ebf1db41d87b54b721f 3,540 1.00/1.00 vMB 74
825,154 825,154 000000000000000000020a538162354894638f154b0b0404ecec0944228f213b 2,999 1.00/1.00 vMB 70
825,153 825,153 00000000000000000002b513b10e133d4a026f355f06882b1c573486b88b9927 3,128 1.00/1.00 vMB 89
825,152 825,152 000000000000000000017cb18f1e32fb4dbbfb4e65a48d160960b19d15744fdd 1,835 1.00/1.00 vMB 41
825,151 825,151 00000000000000000001336c708e5ef8e4a604ba9d245cb7cbf5477949215941 3,569 1.00/1.00 vMB 89
825,150 825,150 00000000000000000000d51014487b97a2cfbfd76cd1c850c5bd65cec125ba20 2,397 1.00/1.00 vMB 65
825,149 825,149 00000000000000000001aa265be71a0f6d531d0dff9260d7d387cc6c0ea05ca7 2,603 1.00/1.00 vMB 46
825,148 825,148 00000000000000000003797a31e432e3ed53c01d9c9c1cc894b63c096a87d8d2 3,506 1.00/1.00 vMB 94
825,147 825,147 0000000000000000000032b64d58435f554662d1bf00724b88d1fd26c56dfa53 2,595 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.