Loading Tool

Explorer IconExplorer

Memory Pool

45,108 transactions
21.58 vMB
0.11070095 BTC
Random Selection Loading Transactions
Max Size: 120.71/200 MB

Candidate Block

Mining Attempt cefec80ff5177e5c2cdb02d47cb2b33159caa583b487ca111a697de0be9865a6
Version 20000000
Previous Block 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c
Merkle Root d1b87b35700e156b56c68f95aef520a629983cb55c8bee1f96e035b9086d40a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.05927199 BTC
Feerates: 202.69 > 5.94 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,101 (787,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,367 126,367 0000000000003b7f01900c084be5c8b3f8bb9559028ae18a0d4bd9ff6f105f3d 16 0.01/1.00 vMB 1,185
126,366 126,366 00000000000003365cea0551d9c4c42713f69d9620622160bc67f21cca4fa3f9 18 0.01/1.00 vMB 869
126,365 126,365 0000000000001c3b9accbc42553720f007650f8c5c64450fc4ffb661000319ec 3 0.00/1.00 vMB 0
126,364 126,364 00000000000034173ee2ca3ded2b83ae94ece2d030506caa83d98798a6077043 5 0.00/1.00 vMB 48
126,363 126,363 000000000000394dbfaed577c72b9ffb7066419fff60d7d70168ecbccf6da830 26 0.01/1.00 vMB 825
126,362 126,362 00000000000001bcbe47c3926db3966f23d8a3e064ca2c5abbcf77a130c76ece 11 0.00/1.00 vMB 576
126,361 126,361 00000000000006dbea711e2bda1541a7e0881824aa65c5daf0565bf0471fa230 68 0.02/1.00 vMB 2,436
126,360 126,360 0000000000003dd2ed44154af00af4d916f378359cee8d774206e927db4d3517 6 0.00/1.00 vMB 2,325
126,359 126,359 0000000000002e4a2262532686c4415a0295c6266bdc1472c3da218116e9b11e 44 0.02/1.00 vMB 995
126,358 126,358 0000000000003db299e2d02b8687b51d126afa3e5b578bd7c2cddc4889d81cf4 73 0.02/1.00 vMB 507
126,357 126,357 00000000000011eeb762aca9ace0e9578ceac10bb3c8c94465a6525a5a49c145 8 0.00/1.00 vMB 952
126,356 126,356 00000000000024fa86a34f38d9cb01ff7aae37130df96a2c31364123d099c65a 8 0.00/1.00 vMB 1,587
126,355 126,355 0000000000000f6ca60ebde2dc28dddf352d227bfac8e6f76b2916e6a247c10f 11 0.00/1.00 vMB 1,167
126,354 126,354 000000000000233097bb72afc0f401b8649156a7a0ea729c6dc6c224d9ca26dd 53 0.02/1.00 vMB 2,626
126,353 126,353 00000000000006b9118d993b05e96b0aeca1e3d75bfffd4322715c6ab3bc9e25 7 0.00/1.00 vMB 338
126,352 126,352 00000000000042c0a4d54bc6c92c30e3eba5c2a8b38dad55265225a52f9bd002 1 0.00/1.00 vMB 0
126,351 126,351 0000000000003928724aaa16bfd428e75068e0ed9fba4bba9d590a1263a8bdc2 8 0.00/1.00 vMB 0
126,350 126,350 0000000000003a640d66a44eb160f62c4145469100c458d800cb8a5b6c591828 28 0.01/1.00 vMB 698
126,349 126,349 0000000000003ab5d5bcdfb5d514680cce1edcbcee6d02d0a205418dda9d929b 7 0.00/1.00 vMB 2,237
126,348 126,348 000000000000385b47bf34f948338b6d490b6a2eb2eca2f657ba95a1de45d79a 5 0.00/1.00 vMB 582
126,347 126,347 00000000000001806a4ca35cb43780d1d0f3fe7a0263a62aabe9d180858145f5 3 0.00/1.00 vMB 1,046
Previous 10 blocks ↓
Total Size: 780.78 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: 559.33 GB
    • Received: 7.18 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.