Loading Tool

Explorer IconExplorer

Memory Pool

81,054 transactions
30.11 vMB
0.10509750 BTC
Random Selection Loading Transactions
Max Size: 181.59/200 MB

Candidate Block

Mining Attempt cc5db25f20a1283cfd57a94bfa782cce9561b751a0eae3a00b326089b81c9d76
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 06f4716c5ab5535dd878c174348b24f35f1409c49cd894dd116c0b487a57e2e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.03697974 BTC
Feerates: 100.25 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (253,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,282 661,282 00000000000000000008d8bcfdbbd313d4941a991c26367573c61eecb5ec86ba 603 0.22/1.00 vMB 38
661,281 661,281 0000000000000000000a8fb1dcef48219eeff6d3352b8362e43ce6c2b681799c 733 0.25/1.00 vMB 32
661,280 661,280 0000000000000000000b2143415b2a9da7aa3bb4c3a21dcdbccc974cc3e94838 1,511 0.61/1.00 vMB 27
661,279 661,279 00000000000000000000043f7bf63c024ef4f85d97adb8d914eaa2aa88fe9683 719 0.32/1.00 vMB 23
661,278 661,278 00000000000000000000221a3b487908a9acb5781bd62eea4778c881f17c2ccf 1,180 0.80/1.00 vMB 23
661,277 661,277 0000000000000000000bf38914d1c1e44a104d939600b6b63db776029a24c404 217 0.07/1.00 vMB 31
661,276 661,276 0000000000000000000502a791e7c2cb4d91eec85736a73b246bb3473f7becd2 365 0.13/1.00 vMB 25
661,275 661,275 000000000000000000004c92387c33b85c4182de26be3fa2728ad6f2dac8a066 242 0.19/1.00 vMB 9
661,274 661,274 00000000000000000000179e4883db35434d8fc0b824eec72c644bd682084dae 1,731 1.00/1.00 vMB 4
661,273 661,273 000000000000000000036b9a757c39b5a5c9b3b677cd8c71d6dc50875f6b829c 2,150 1.00/1.00 vMB 31
661,272 661,272 00000000000000000008d783d8a73d1f6a6f3d6c9da5a8494f650187647b81fa 2,478 1.00/1.00 vMB 53
661,271 661,271 0000000000000000000a95bb3f3ff0719cbb3db307a2d3aa8d6e8f99c8398c6d 2,356 1.00/1.00 vMB 31
661,270 661,270 0000000000000000000c1f73daf096edb12afbd8a3d9266bae6e262ef3ae7016 1,988 1.00/1.00 vMB 29
661,269 661,269 0000000000000000000bb570cc040318493665dc71e3e2be105c601c5e57a3b2 319 0.13/1.00 vMB 33
661,268 661,268 00000000000000000005354866c407c40c95cceea1bea5d2495922d1fe45309c 1,635 0.74/1.00 vMB 13
661,267 661,267 00000000000000000009f533c51c18a0223118b254c136457af0dec336d5c47e 2,086 1.00/1.00 vMB 43
661,266 661,266 0000000000000000000eb4d876d8bcf372fbd678eb128daaf43113be8f39f8c0 2,467 0.96/1.00 vMB 32
661,265 661,265 0000000000000000000e73ffc8f9edcf29fdd39072b87cdbcd811dd9bc95c72c 2,060 1.00/1.00 vMB 42
661,264 661,264 0000000000000000000a7fd2ef8ebf52b6a8f87987f16035fab696498bc4e25e 117 0.03/1.00 vMB 41
661,263 661,263 0000000000000000000d14d315482bc3d128ce122f97f50ec6b6d2e110a7dad9 2,080 0.82/1.00 vMB 33
661,262 661,262 0000000000000000000599f472f5133ab700ed6dda339445e0c9552c169dd78b 160 0.06/1.00 vMB 28
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.18 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.