Loading Tool

Explorer IconExplorer

Memory Pool

39,317 transactions
28.74 vMB
0.06625054 BTC
Random Selection Loading Transactions
Max Size: 145.82/200 MB

Candidate Block

Mining Attempt 20714d0392cafb544e97b7696f4b1f0d0d458e040fedd1c21753157ff45a456d
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 2644754759eae3fcef80d7acf5cc304a3f00a477c9b1b301065126674ea1eded
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,408
Size: 1.00 vMB
Total Fees: 0.01060315 BTC
Feerates: 88.61 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (841,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,530 73,530 000000000028aafa0df26f7e518d3b969cfbfa59820ffb95733f1b5398f945a4 1 0.00/1.00 vMB 0
73,529 73,529 0000000000a990f57752c4b16f7a67cf83c5f82d00535c454e777900f99b46ce 1 0.00/1.00 vMB 0
73,528 73,528 00000000006836fe4ba94c108f61442497edc8b0ab5e6b160fc04009cb601622 6 0.00/1.00 vMB 0
73,527 73,527 00000000002eebb4cc36222464f0f7278b5af78b3f4297944c76a07acd3ea319 1 0.00/1.00 vMB 0
73,526 73,526 00000000006054c85d76d0a6154f20d92d11187d13599e08121a2c70a548ae8a 1 0.00/1.00 vMB 0
73,525 73,525 0000000000a639021de24a6fc6c9a491104e062e03da565255f2d2d2d0d82b27 1 0.00/1.00 vMB 0
73,524 73,524 000000000040c3025d291e9e2c426449aadb29c21079173a9cececf8aa038433 2 0.00/1.00 vMB 0
73,523 73,523 000000000065ce98bd508e48a9b4a7cde5b5cb6e6fc3be23c11b770cd63d0166 1 0.00/1.00 vMB 0
73,522 73,522 00000000006898a7aba813ac5dd57d96a6f9929017ee3ca5a594db00fd4e539b 1 0.00/1.00 vMB 0
73,521 73,521 0000000000518b2238554362a0ae6025634856407192fde6a03fd25f40030031 1 0.00/1.00 vMB 0
73,520 73,520 0000000000174cf409d13f74576641a7d717260d981ea33507b9844f6f2413fa 3 0.00/1.00 vMB 0
73,519 73,519 000000000024e89583e819425ee299a6f9dcb6a84e275e7d050a623d03917409 1 0.00/1.00 vMB 0
73,518 73,518 00000000002a9dbfbe8b3cee74622b715d0fdfa865286df18e78814a7ebb175a 2 0.00/1.00 vMB 0
73,517 73,517 000000000036a4e8f7385da79dffec66c28ce968dda367bcf47a85b09bfcb3bb 1 0.00/1.00 vMB 0
73,516 73,516 000000000061d1e1e58ba4d47f6b340801d1ed78fff5d1b2375c15146cc41574 1 0.00/1.00 vMB 0
73,515 73,515 000000000015dcb25cc4b7e4a25d3b617f38f27fa52b65409e018d56cff8da55 1 0.00/1.00 vMB 0
73,514 73,514 00000000004ebff7d4710d2c31fd15d7daa655385e89b2865b0e51963260b470 1 0.00/1.00 vMB 0
73,513 73,513 00000000004d3c74a9902c015592f23b6f9186fb60e102da047211277e091bdd 1 0.00/1.00 vMB 0
73,512 73,512 0000000000938177916c7e2cdfc0b4b6a67ba34a3f6c11b8a8b73501ade10b21 2 0.00/1.00 vMB 0
73,511 73,511 000000000023ff539cd7759836a40ca264bf82204a6d7fb35cd08dd849ffd17c 2 0.00/1.00 vMB 0
73,510 73,510 00000000006b1d4a94776cbade163d414a7735884c4f4ef44b8b8f83c6fec833 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.15 GB
    • Received: 11.42 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.