Loading Tool

Explorer IconExplorer

Memory Pool

35,284 transactions
25.78 vMB
0.08265397 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 17069d0dd07e3aec8e25d3f88f8d31b96e9b4326b552374a60c3b189c7df809a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 06792d047a1c53278dbde95baa912e9b4a7b2a1b6a027fda6926f52824fea457
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.02975502 BTC
Feerates: 150.71 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (252,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,355 662,355 00000000000000000004872610e6295a34cf03d2dbce7fa94d53dc74ee7a1b28 1,934 1.00/1.00 vMB 107
662,354 662,354 000000000000000000078f4c8953b006a29ec5666cdebcf9c154c8948763fb0b 2,222 1.00/1.00 vMB 101
662,353 662,353 000000000000000000080633d98687abd806e04f450326526643e63780178b94 2,206 1.00/1.00 vMB 100
662,352 662,352 000000000000000000007cf604f0214c3551ce7058776e8d095a4b216dc5cbb7 1,390 1.00/1.00 vMB 53
662,351 662,351 00000000000000000009f7c6b44a4f1cf251b5601d3e9af8dc1ada2c176e81db 1,734 1.00/1.00 vMB 78
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
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: 642.87 GB
    • Received: 12.56 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.