Loading Tool

Explorer IconExplorer

Memory Pool

35,460 transactions
28.80 vMB
0.12098775 BTC
Random Selection Loading Transactions
Max Size: 143.21/200 MB

Candidate Block

Mining Attempt dd90a12fb6f914e3e5bce91942ea3d8dbfaeec36f32579cb05285971f2ee5d8c
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root ab8cb9caad97168b7f1162b9de643bdd9ffe8dd3e366f4e6acc359514c58c14c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.06299317 BTC
Feerates: 208.44 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (814,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,451 100,451 00000000000383cafa6a87118601e6dc269d7cf1d78dc68597dbb6f95559f838 1 0.00/1.00 vMB 0
100,450 100,450 000000000001c73fb0253e9b808b9448b66e7902c5a1cfe73eb4c5d1da4edbd2 2 0.00/1.00 vMB 0
100,449 100,449 0000000000033b94cd01f018e1a924a0f52029fe5a2dbcf178b76363401424f3 1 0.00/1.00 vMB 0
100,448 100,448 0000000000033e397e5fc48f49d05815210f0cf3a7ec130bf4a0128b444b7ac0 1 0.00/1.00 vMB 0
100,447 100,447 000000000003c7a4a447c4df7e81dae70bdb8b5530362ac55dcc33a27ad1e8e4 2 0.00/1.00 vMB 0
100,446 100,446 000000000002aed44452d3040360dfa78d28957883d38308d5925704c79cc9d6 21 0.01/1.00 vMB 0
100,445 100,445 000000000000ac09788440326ebba53cf02da74a4a715d7b345ddf3049bea6e2 1 0.00/1.00 vMB 0
100,444 100,444 000000000003aa834f8b49a8d734773e758b3d007b85bd94bc050ca278c3d08b 1 0.00/1.00 vMB 0
100,443 100,443 0000000000000d2c3c3d80e79169d92024d99d14598c33b42c900bbba5d4fae6 2 0.00/1.00 vMB 0
100,442 100,442 000000000000090e767348f7d63398702cbb6e35289ea0f0c983d05d8eab5ba7 1 0.00/1.00 vMB 0
100,441 100,441 000000000001b11f598a5245c7ab483cabe19fa2dfcfad7958acfb126eedb4a5 3 0.00/1.00 vMB 0
100,440 100,440 00000000000033407e486f462b553047c6237af17e91269fc8bdad1b53ade73a 3 0.00/1.00 vMB 0
100,439 100,439 000000000001405c5d8d1a4939be5e9f97300067d2c8af64c19637da0626f44a 1 0.00/1.00 vMB 0
100,438 100,438 0000000000018ab7af4ed5831aec8c3df0f60d6baf2aa6f4ae29330922f4bbe8 2 0.00/1.00 vMB 0
100,437 100,437 000000000004128f60b471c89f04a339369a722c3a01f07c6ea0185309699396 1 0.00/1.00 vMB 0
100,436 100,436 00000000000066f020b551bc1618d2f0a351d4016dbfddce7f1dc0e03d8f30f9 2 0.00/1.00 vMB 0
100,435 100,435 0000000000046262c2ba208c91ae074911f5d1e6c6a3503187353f1b63d3de06 5 0.01/1.00 vMB 0
100,434 100,434 000000000002bef3e026d8eccf5b879e498a87661dd99dc74807a639282c75a4 1 0.00/1.00 vMB 0
100,433 100,433 0000000000003ed114d8f61edabe979172005b68aee89f5b6c04417b33bc8d0e 3 0.00/1.00 vMB 0
100,432 100,432 0000000000020ded4475b67015719e71449f953932eb83e1748e7c60c7739be0 2 0.00/1.00 vMB 0
100,431 100,431 000000000004281e3dbdd6fba64fd7330fc619a5dcf7139be2a2197a8c86dad6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 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: 612.93 GB
    • Received: 11.10 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.