Loading Tool

Explorer IconExplorer

Memory Pool

79,514 transactions
29.37 vMB
0.08440998 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt de1c40a664968bed9098883f133e1ab52d9147d4b2c5186a420354c2489a4d88
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 38c6f377715f07a3ab2ed96675a3328f3d52a03cd3916ded2bf8304d9ab8194c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.02272294 BTC
Feerates: 278.95 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (450,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,478 464,478 000000000000000001ecdced1077dc6d0d1273e711639dae655badefe12ba5d5 2,361 1.00/1.00 vMB 155
464,477 464,477 000000000000000000a71233600145f3f08b3bc3664ecc4baa7cb4298a5471a5 1,782 1.00/1.00 vMB 148
464,476 464,476 00000000000000000005c92c87529a8c0123ffa4dbb9689e5baa1ae9142d2deb 745 1.00/1.00 vMB 123
464,475 464,475 000000000000000001777dbe2f876bcce3e71e8c7172fa8dc8e1b29af6a083d7 1,473 1.00/1.00 vMB 152
464,474 464,474 000000000000000000490fc62dbaf47c95a266805778e298c5c4b5c6bc784821 1,644 1.00/1.00 vMB 153
464,473 464,473 000000000000000001b67aedee9c8c924601671cc0ad5d33ee860459a07d0fa5 1,636 1.00/1.00 vMB 199
464,472 464,472 000000000000000001b7a23ff44b2a75e452c44a9a5bf8709da492cb7262421e 2,267 1.00/1.00 vMB 191
464,471 464,471 0000000000000000002ede6eef7755e7f79fd2868454552a6c42ba8efc2b36f3 2,835 1.00/1.00 vMB 333
464,470 464,470 000000000000000001b4cc6b05e51d67efa84b47e10b3a71686ff2187dc35267 2,191 1.00/1.00 vMB 189
464,469 464,469 0000000000000000006e93ad9d1ce193a0e81d1b363072d669c168f56595d942 2,377 1.00/1.00 vMB 259
464,468 464,468 000000000000000000e3f9e9b86d181ab31dcd8c1648f43634e099c6e3a21a06 2,317 1.00/1.00 vMB 267
464,467 464,467 000000000000000001524f4a3d5c7edca55e935f5331677fb675960fcce1260c 493 1.00/1.00 vMB 109
464,466 464,466 0000000000000000016cf6aa8ff096976f65b3f42cfb0a8d4186c773851bc182 1,701 1.00/1.00 vMB 147
464,465 464,465 0000000000000000002e582ae55caff358bf8a186d0fd9430a60a9cdcc6220a7 1,634 1.00/1.00 vMB 117
464,464 464,464 000000000000000001e3af54f73af0bcd410a2252aa0b0c10b406a47512dd5e9 2,118 1.00/1.00 vMB 167
464,463 464,463 0000000000000000020229e3728982123f34b17fd1b302ddce54b713f5508c46 2,292 1.00/1.00 vMB 153
464,462 464,462 0000000000000000015b90e9c20495c4a2a540538d9d8b1f9dc83ffcc510b22c 2,417 1.00/1.00 vMB 166
464,461 464,461 00000000000000000160f043ab0fb4150b61ec714987ff2b9e3ea659bfb2e54b 1,404 0.75/1.00 vMB 126
464,460 464,460 00000000000000000188dbf31fcd76d13bd5abf60f3b7594963f765c153b909f 2,318 1.00/1.00 vMB 160
464,459 464,459 0000000000000000014428af037a1fc0fd700d015d5d8a5f0dbd22d65f6ff906 2,126 1.00/1.00 vMB 178
464,458 464,458 000000000000000001a48e366e1af498ecac519ebfdf33bce9ea7a05b8845e47 2,023 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.03 GB
    • Received: 15.80 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.