Loading Tool

Explorer IconExplorer

Memory Pool

79,686 transactions
29.62 vMB
0.08804565 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt f219293e298e0ad34f78e8a410b617ae4cd2c3585a047adb8f90e5b22708d8c8
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 476e4e88ae81ea815727de98857ca03b9c4b0631d2a8df27257e71be52905ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02523645 BTC
Feerates: 100.11 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (225,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,278 689,278 000000000000000000095fef89c5230a91b440f18f451a85b00eb7ec8d2dd082 525 1.00/1.00 vMB 71
689,277 689,277 000000000000000000036200454e97aa0861647daa81b484d6151374c5fc2e31 2,353 1.00/1.00 vMB 85
689,276 689,276 00000000000000000000a308cb4541dfa1018fbd423e1fc47d7f65c0e994feba 2,335 1.00/1.00 vMB 89
689,275 689,275 0000000000000000000204e7e44ad39c72a5367b1e0432604315de41bdc1c67e 2,147 1.00/1.00 vMB 41
689,274 689,274 0000000000000000000209737f818514a049f6e633c41f75dc41ad0a5af7d34e 3,025 1.00/1.00 vMB 36
689,273 689,273 000000000000000000050b5ecfc94b41da971a080fa968febf71e091d8bdf983 2,745 1.00/1.00 vMB 70
689,272 689,272 0000000000000000000a1391e88148b175c073759cfa8b90e17cd68e7de4c398 2,590 1.00/1.00 vMB 44
689,271 689,271 000000000000000000078f3cd4bff103002ea848a8659632312b0615e4d2f45d 2,925 1.00/1.00 vMB 44
689,270 689,270 0000000000000000000b09dd576bb758b60ab9f2a308d7b652af54b6c5508ab8 1,405 1.00/1.00 vMB 67
689,269 689,269 0000000000000000000506f62dc1c659c9866c3896d175dbc3f07bfbd34cccd0 615 1.00/1.00 vMB 71
689,268 689,268 00000000000000000004d2473a3ee9b2167a4569bb6009f7311575d46e980188 3,751 1.00/1.00 vMB 56
689,267 689,267 00000000000000000004085c0d898a89ac2e9928a7e636ba6f4cefe41bbc5eff 4,246 1.00/1.00 vMB 52
689,266 689,266 0000000000000000000466186f6df984edb6093cf176116e385f55c7077c6c43 2,946 1.00/1.00 vMB 73
689,265 689,265 00000000000000000007b827ce04f06e50300b78830bf010726f0cf42caf3b3d 3,140 1.00/1.00 vMB 72
689,264 689,264 00000000000000000006863b54b532a429957c1cd5d21825c89ad53d51c8c066 3,500 1.00/1.00 vMB 63
689,263 689,263 000000000000000000007cca88776ee2ac95807e539f126371d695fd6fd26f88 2,551 1.00/1.00 vMB 75
689,262 689,262 00000000000000000002b75463e8ae35df3e69c6c00012e645ee16bed41a1147 316 1.00/1.00 vMB 68
689,261 689,261 0000000000000000000d9d2e3c26dc7847e1dd92f58c1dbd107312d5e82d29a7 900 1.00/1.00 vMB 84
689,260 689,260 000000000000000000004035a3c30d5a95de69e7769ec065c180c63eccab7906 1,869 1.00/1.00 vMB 72
689,259 689,259 00000000000000000001141f33e9b2f1da4c62fa96885ba95884a913977b77e2 2,355 1.00/1.00 vMB 74
689,258 689,258 0000000000000000000b442753a8d8e6927c26d9e59b5fad52d9fa87b8b06047 2,755 1.00/1.00 vMB 84
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: 10
  • Data Transfer:
    • Sent: 670.17 GB
    • Received: 15.83 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.