Loading Tool

Explorer IconExplorer

Memory Pool

52,096 transactions
30.36 vMB
0.26496335 BTC
Random Selection Loading Transactions
Max Size: 160.19/200 MB

Candidate Block

Mining Attempt a45fdbda0bbb6973641096174c629103a8e53c3c06eb3a69ee9bc4a40d244e74
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root f41fe62692400605c8d9dd5abeeaf07736080a84b3118fe63a7df3982a7e9825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.08361697 BTC
Feerates: 229.15 > 8.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (252,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,350 662,350 000000000000000000006705084ff19aaa42f7d17def1ed8597d719826ea7157 1,726 1.00/1.00 vMB 78
662,349 662,349 00000000000000000007f1c0e056b5a160b9c850671f6a6bb05a47f78a397527 1,239 1.00/1.00 vMB 60
662,348 662,348 00000000000000000000154168997d067ad9c6aaffbbddc4f30d18e0bda17d79 1,969 1.00/1.00 vMB 90
662,347 662,347 0000000000000000000138aa7d1e752ebaa489ede7bd384968943eea67ecf05c 1,703 1.00/1.00 vMB 82
662,346 662,346 0000000000000000000210c856378916167eac802075fd13e4d951ecf5d8294c 1,567 1.00/1.00 vMB 70
662,345 662,345 00000000000000000008c2a219863e6405c0ec5fb1bb363a06a3a9e819e46d3a 1,463 1.00/1.00 vMB 68
662,344 662,344 00000000000000000005f10f53bdf01fab1f66899dde9cfec90bf8a1eee54cef 1,819 1.00/1.00 vMB 111
662,343 662,343 00000000000000000005eeace8f6ede5c4dc1c1f76526967b7de1d8f45bf3458 1,922 1.00/1.00 vMB 91
662,342 662,342 00000000000000000003ec8b8b88aca6950e5dfb3420d1013df527433e5d29db 1,810 1.00/1.00 vMB 76
662,341 662,341 000000000000000000073bcfec85bfcff9524ff52920bc7ffbc6770081ad66b8 1,427 1.00/1.00 vMB 114
662,340 662,340 00000000000000000006d76b8562a6fa621efa54264fb4e0cdfee3b41930633d 2,319 1.00/1.00 vMB 94
662,339 662,339 000000000000000000047b4a27580bd3eb25ae70f23fa065e31aced95274a338 2,813 1.00/1.00 vMB 132
662,338 662,338 0000000000000000000e920dac02e542c6953aa08a4557352cb2811e02fb0e1d 2,519 1.00/1.00 vMB 115
662,337 662,337 0000000000000000000a0b007e0af431fe706a034627d51d535629019c14cd8c 2,741 1.00/1.00 vMB 134
662,336 662,336 00000000000000000002d41abca802d80e1438c4255223723aeb1a8cec65fa2a 2,671 1.00/1.00 vMB 147
662,335 662,335 00000000000000000004b3f2acc9b700140bb2bbdcd8d2a4b3c8a332552912d8 2,056 1.00/1.00 vMB 104
662,334 662,334 0000000000000000000edc47e80b02b3cb32e70efe0f5388c2cb27e407ac6f91 1,857 1.00/1.00 vMB 95
662,333 662,333 0000000000000000000c071cce88f51fdd396eb84c365cd2edd926724d37e0b2 2,275 1.00/1.00 vMB 71
662,332 662,332 0000000000000000000b0647d6ddc243cd6b917fb3c1b2a985247d92c8c934fd 1,805 1.00/1.00 vMB 81
662,331 662,331 00000000000000000003d70485394d43b268c7dcca96d25d5403f189714db8f3 2,363 1.00/1.00 vMB 116
662,330 662,330 000000000000000000067f8021c60992ea8b3312a53fa4bc6791863083682f93 2,392 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.87 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: 644.17 GB
    • Received: 12.61 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.