Loading Tool

Explorer IconExplorer

Memory Pool

82,381 transactions
31.22 vMB
0.12381414 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt 52c4f0ba1b12d0ec00f1f42e5627a50952d4caf9ede8fe63b9383e67299292e7
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 1ccf082cbdd80593f45acf1a1138c54a2554cf9eb7737959bb096732aae5f7b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04234169 BTC
Feerates: 318.30 > 4.24 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (432,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,114 483,114 000000000000000000454f9bdb871cb2ffeff066e4be185009e492dd01c699c2 1,058 0.48/1.00 vMB 291
483,113 483,113 000000000000000000aa48df8db553089a01319ab9a75a88dc7722c84f6e6f78 1,956 1.00/1.00 vMB 187
483,112 483,112 000000000000000000e180f924b1d818a776d783f9b89d3b6c1f98306149bddd 2,059 1.00/1.00 vMB 255
483,111 483,111 0000000000000000000e6519ff430a7fe76e5c9a5fcfc391577a33abc550755c 2,121 1.00/1.00 vMB 394
483,110 483,110 00000000000000000064bffaa5aadb606e8087db945ea9ac82c5435efad6dcb3 824 0.76/1.00 vMB 113
483,109 483,109 0000000000000000011e49474d632daab097d107799e712b3571e19e3d8fc317 1,263 1.00/1.00 vMB 154
483,108 483,108 0000000000000000000e801221fcd005812a47e777452820bb3d29c26a3e2491 1,690 1.00/1.00 vMB 153
483,107 483,107 0000000000000000006aa97b8275151824b1658fc1dd3c63770c8e53138da4b9 2,031 1.00/1.00 vMB 326
483,106 483,106 00000000000000000046f67c4122a6ff7edefa43102f2c61f92c148f2c140820 1,127 0.70/1.00 vMB 241
483,105 483,105 0000000000000000002cdc30b67203880af41081ba35104b118901390aa3d056 760 0.37/1.00 vMB 285
483,104 483,104 000000000000000000dd0dadb44ee5112d3a8e2c739e01157bf712e63c1cc65b 1,825 0.91/1.00 vMB 141
483,103 483,103 00000000000000000065eaaa9bd834ac7bb279e2c616e7acf472cadd2a43743c 1,797 0.95/1.00 vMB 279
483,102 483,102 0000000000000000001cd7d04f033d74e057a33d03b29db71ecf7f32ddd0619f 2,059 1.00/1.00 vMB 126
483,101 483,101 0000000000000000003a8238a91f1c2b9ac7032f229555266adb98579976654c 2,217 1.00/1.00 vMB 361
483,100 483,100 000000000000000000cc2dd9f0c553e9eb3c2e3fe639676e68db7d779e987ec3 2,736 1.00/1.00 vMB 406
483,099 483,099 000000000000000000a156804ebbc58eb9aa02fd4e742f1674e2163da50941f5 478 0.21/1.00 vMB 227
483,098 483,098 00000000000000000017ab7c1a1889aeb764d0524a8a30d63c0aee64f06d0858 908 0.42/1.00 vMB 241
483,097 483,097 0000000000000000000f5480eefa1becc1555b9bec306a67ca2f0eafdf878b0f 468 0.22/1.00 vMB 244
483,096 483,096 000000000000000000352c75e4088f0c56572f1c71b2af5db2b34133049580e9 1,005 0.49/1.00 vMB 236
483,095 483,095 0000000000000000007b1b83d7aa27a87d7559f8c87a710229733957939f0c5a 744 0.72/1.00 vMB 109
483,094 483,094 00000000000000000022a066f75cbb1eb6ff65f4dd1c7785d4519b58c03d1f82 1,654 0.99/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 783.08 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: 722.13 GB
    • Received: 18.39 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.