Loading Tool

Explorer IconExplorer

Memory Pool

40,173 transactions
27.74 vMB
0.06851158 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt c1722b21c8e884ed9057668eb763a9c2ffcb64209ed042905e3a26de71286229
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 1c37c8818c5d537f1b762f3656ba41c3290c55c209b144e04e3a74c2a77ccb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.01543343 BTC
Feerates: 101.49 > 1.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (416,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,455 498,455 0000000000000000009a2ad470715c40f067cda75079b9c110e22e0f26c893bc 2,174 1.00/1.00 vMB 223
498,454 498,454 000000000000000000891da7a1bcbd24bc4caafa5075449c635c3da20aeab9a3 1,601 1.00/1.00 vMB 161
498,453 498,453 0000000000000000006965c856d2435cb05296d845ad7e493bb2f2c6f3d0bb0b 1,708 1.00/1.00 vMB 179
498,452 498,452 00000000000000000011b84a9e826934262d78bcd5b3b9c5937c7ca81b8ca2ff 1,837 1.00/1.00 vMB 243
498,451 498,451 000000000000000000273c80737c4eee5cf0d37d23ca3f2cf9cd0b2a49f530bb 2,636 1.00/1.00 vMB 329
498,450 498,450 0000000000000000002d895d26cb891f168e78bfb5e203ea18968b87cac58ee0 2,527 1.00/1.00 vMB 460
498,449 498,449 0000000000000000001b9aedeb60787f940de01ebdafdb4307dd7af9908e4781 2,558 1.00/1.00 vMB 309
498,448 498,448 0000000000000000006db6ff28581f3a85dda83a126a0bcde237b7a982f2de2e 2,640 1.00/1.00 vMB 421
498,447 498,447 0000000000000000005f54c57866e3a2661db83ee8437892cfeb61dd9e9ce4b9 2,264 1.00/1.00 vMB 478
498,446 498,446 000000000000000000b028d2fed64299ee920a68a7ee8a92d68a5f5c763f41bc 1,866 1.00/1.00 vMB 250
498,445 498,445 000000000000000000697a27369fd5411faf5fda2623f206820d83afec81d86d 2,390 1.00/1.00 vMB 365
498,444 498,444 0000000000000000003eb02d2af7c1da8f2a738f2d486055fc6ea34ff2e14fc1 2,524 1.00/1.00 vMB 463
498,443 498,443 000000000000000000461651d4dd14a2a903232fe228dcc0cb1067e6ec42a715 1,119 1.00/1.00 vMB 187
498,442 498,442 00000000000000000087b1b131e4b06c4b7e2499891428426e62960781ea326d 2,404 1.00/1.00 vMB 188
498,441 498,441 0000000000000000003060f990b913282df2f08bb282773404b14335b0b1045c 2,162 1.00/1.00 vMB 186
498,440 498,440 0000000000000000005a99e89cdbe9af593993be8aaeb0b4602cfa9ab0f4edb7 2,447 1.00/1.00 vMB 247
498,439 498,439 00000000000000000064837819a9db15fce32e3ad68a4ced60c5a2f22b2a80c8 2,367 1.00/1.00 vMB 448
498,438 498,438 000000000000000000201176358ad1bcbbec563856e504531b097d2788338e2c 2,119 1.00/1.00 vMB 167
498,437 498,437 00000000000000000053ddacc62e35718381cfd044012ab64a63177172427ce1 2,588 1.00/1.00 vMB 352
498,436 498,436 000000000000000000a6c96c54d02490846825a5abc587d97325f73e552c3572 2,790 1.00/1.00 vMB 452
498,435 498,435 00000000000000000079ecc58f6ad750f4a8782267f5c24c6879b5eddeb063a5 2,208 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 781.76 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: 632.50 GB
    • Received: 12.12 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.