Loading Tool

Explorer IconExplorer

Memory Pool

39,493 transactions
28.24 vMB
0.05971732 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt a0569bc014f151535e8894cd4ce231a59991bed3d0a011a625e2ab28b8010e16
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 79252c386bbc5bdd8e0e0178f421edc23a2a43cfa86ed94097ae6f8bb44a0654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,517
Size: 1.00 vMB
Total Fees: 0.00543185 BTC
Feerates: 60.12 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (457,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,469 457,469 000000000000000001b42058a5f81d944a458f562053d70efb58f861bd3452f6 2,240 0.99/1.00 vMB 228
457,468 457,468 000000000000000001d87a36c143e752902325e267337ec5338e8b0626fd3473 1,700 1.00/1.00 vMB 173
457,467 457,467 00000000000000000227197027a3882908a2783a3466c97da42cccf03f801adf 1,091 1.00/1.00 vMB 185
457,466 457,466 00000000000000000158873021fc4a25caaefcb83246f14544f65bbc3046f868 1,601 1.00/1.00 vMB 78
457,465 457,465 0000000000000000011794ec3c93d55ef45f78f598562b0e76de255511e1c1d6 2,146 1.00/1.00 vMB 121
457,464 457,464 0000000000000000009ae53a76e0a7bfb313439e7dbfa232c5ca4e3378952006 2,072 1.00/1.00 vMB 177
457,463 457,463 00000000000000000143dc2e411682624ebf68ab15a84b6743a90a4ad8af404b 2,215 1.00/1.00 vMB 233
457,462 457,462 000000000000000000ed2bb64b33b9786f6539c2e4ef301bbbec5245de9b4220 2,371 1.00/1.00 vMB 222
457,461 457,461 000000000000000001da1d89914e1fac3fc6c5482d2970d8bf494c3505e9b3e2 2,628 1.00/1.00 vMB 155
457,460 457,460 0000000000000000023f2312dd40b3137135d72a96b5931d0b5a170cdd4a1e35 1,741 1.00/1.00 vMB 125
457,459 457,459 000000000000000001f944a91f53b23aa0d948de220e166e0e4e3dc45740c6ff 1,957 1.00/1.00 vMB 163
457,458 457,458 00000000000000000162d42e8f738c91b67fa156909c132aebe61d1462b56788 1,827 1.00/1.00 vMB 91
457,457 457,457 0000000000000000011d5ae2ac2b6c2f2f3a0ef8e659258faa096efbe8b79fdc 1,922 1.00/1.00 vMB 158
457,456 457,456 000000000000000000bfbae672d57b57aadf0c60e60308a9f562c90f6d4fbecd 1,874 1.00/1.00 vMB 167
457,455 457,455 0000000000000000024c44a6c1e38b5438580155980b464ceaa07205b08264f0 1,880 1.00/1.00 vMB 54
457,454 457,454 00000000000000000101ac613c0cac0cd44bace56434e79b48e289f05f2ac6c8 2,187 1.00/1.00 vMB 167
457,453 457,453 000000000000000002001459fffd38ab43f8fae6efd27c1d9ccead22541075af 1,863 1.00/1.00 vMB 103
457,452 457,452 0000000000000000020a95bc8467a75ad2032758e2458f6edbb94d447c41008d 1,878 1.00/1.00 vMB 129
457,451 457,451 00000000000000000250fe542098e0b3ea661c7b9abdb410def857141225a68d 2,813 1.00/1.00 vMB 162
457,450 457,450 0000000000000000011ea3b76985f6fbe3347cc8ab4d4fd79d2933ea1c9c2bc2 1,860 1.00/1.00 vMB 132
457,449 457,449 0000000000000000022cea0a436be6ef578f706b3d7ba1fc79a70207b6efd1da 1,517 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.70 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: 629.16 GB
    • Received: 11.87 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.