Loading Tool

Explorer IconExplorer

Memory Pool

44,974 transactions
27.38 vMB
0.10425952 BTC
Random Selection Loading Transactions
Max Size: 143.56/200 MB

Candidate Block

Mining Attempt f08e87531af26f4ffa18d1c0037cba365671370c4500d16afa17ab925b5adb5f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root b4bb432484f61603070c543f617d43eaf78a23fd24a6566c0b6e5add2a9ef279
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04771379 BTC
Feerates: 151.16 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (494,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,337 420,337 000000000000000003162cfb3761b015fa7186760c9a7533b44ab6ac94438ead 239 0.09/1.00 vMB 92
420,336 420,336 00000000000000000436b7b427c1b3f8935870fdea115e765b18adc6b348208e 28 0.01/1.00 vMB 51
420,335 420,335 00000000000000000340657983d4fb8fd948efa390ab708a96945c60b6af7117 996 0.89/1.00 vMB 26
420,334 420,334 000000000000000004f967f12492c91f3f84d2a4f0c40fa7a0cbe162e0065090 2,246 1.00/1.00 vMB 57
420,333 420,333 0000000000000000004813df9ba16f57646496d97c6fa0b2b9f9b6b4c303fb20 2,871 1.00/1.00 vMB 78
420,332 420,332 0000000000000000021b2127cae17f7e45c6ecb5d28d59da70df9bbbca9357b8 701 0.65/1.00 vMB 35
420,331 420,331 000000000000000003e4d003fbe9ca43aa8c7c4c0b470b83950d84ea29c518a5 1,905 1.00/1.00 vMB 49
420,330 420,330 0000000000000000034ca931705adb50b148ccbe9addbfc8f508a3c93d658bd6 1,693 1.00/1.00 vMB 45
420,329 420,329 000000000000000000af846d613c8b4f88121cbbeffb58ece7b04c8ab996ec36 329 0.26/1.00 vMB 20
420,328 420,328 000000000000000001b099880c8d3307cf10cec4000f9673b1f8cb9ce145f00e 2,401 1.00/1.00 vMB 68
420,327 420,327 000000000000000003eadedec67b9b5925ee5889c8c6c6b05a28a7e97014fa85 1,449 0.74/1.00 vMB 50
420,326 420,326 000000000000000001b3943a76f750ea7ccab7583eede1518eecb528be772b32 368 0.99/1.00 vMB 10
420,325 420,325 0000000000000000048987c1709092d6f4a8db421737fe6cc125d7551913975f 1,973 1.00/1.00 vMB 48
420,324 420,324 0000000000000000030d04ffb9247240751f24faa807b68b975819bd909aacdb 2,168 1.00/1.00 vMB 52
420,323 420,323 000000000000000000bb6518727948d95ff2f12bbc6196ee30cca85dd171e679 2,814 1.00/1.00 vMB 95
420,322 420,322 000000000000000000b68b1bec6e01af265a520ac4c79e9a75da51ecc5bd6fc1 832 0.39/1.00 vMB 77
420,321 420,321 00000000000000000133f73a52239e75c8a3e1e6f95d7f8b7410c1d4e8e822d2 2,129 0.96/1.00 vMB 54
420,320 420,320 0000000000000000023e090c87827cde6ac50815e0d0631b3d0b9b770f4c2444 1,609 0.89/1.00 vMB 44
420,319 420,319 000000000000000003ea57b4a0cb52d4cd3c97844dde6d9d1be8da8e796fbc1a 1,640 0.75/1.00 vMB 50
420,318 420,318 000000000000000005188131a0abaae24277c9fca6024485145139823eb34364 1,170 1.00/1.00 vMB 34
420,317 420,317 0000000000000000030ab132d47e73f2e6565ee68bb2d46360cb41041ef159fe 2,265 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.