Loading Tool

Explorer IconExplorer

Memory Pool

21,254 transactions
24.41 vMB
0.05286413 BTC
Random Selection Loading Transactions
Max Size: 116.44/200 MB

Candidate Block

Mining Attempt 105e4367735e469e912f2e9b06eec49c63bdcc7c58ab16e10a2cc683714ed3e8
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root e11bafd8e9e971fc86808ff305f497ac94c0427368d64d996984ae1cf8d1be25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,198
Size: 1.00 vMB
Total Fees: 0.00940259 BTC
Feerates: 101.21 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (845,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,366 68,366 0000000005408bf32cf0606030a2756589a244565977c8ac40b09fd34e56e542 1 0.00/1.00 vMB 0
68,365 68,365 0000000002186cf0ffd235348a6ca8d08f5872b15d6d211364e220131c86061d 2 0.00/1.00 vMB 0
68,364 68,364 0000000004049553f937e744d8d15e4da9bfe340c1944a62891f118e12bd69f0 1 0.00/1.00 vMB 0
68,363 68,363 000000000272d7b4a3170011e9648c9c70df9dbfe6077d836c8ff4b1668fc8d1 1 0.00/1.00 vMB 0
68,362 68,362 0000000003d55246603abdc97d91669f8f48f532f3533a93a896b8ef9ad81dc4 4 0.00/1.00 vMB 0
68,361 68,361 0000000003150f1dd56ca967160005878718c85785d60fe25cda651aecf14880 1 0.00/1.00 vMB 0
68,360 68,360 0000000004169b0e02ead14ded69185e3665413737d03f3e1e178f375c9dccd5 1 0.00/1.00 vMB 0
68,359 68,359 00000000044cbb39f49350111d97cd61dfca3ceac408bbf4d5fdc2ab9fb0ceca 1 0.00/1.00 vMB 0
68,358 68,358 0000000000f6f9a5b738ef9c502becec24be5d70e29a76599848ef8a0063d526 2 0.00/1.00 vMB 0
68,357 68,357 00000000059e3498c1caa4de7e5c3e3dfb055b06fe1d975d7eafb9ea47dbdffd 1 0.00/1.00 vMB 0
68,356 68,356 00000000036f0f8d062a27e01d65db1638b57d6e40ab69c4ccf5331b3775b12c 1 0.00/1.00 vMB 0
68,355 68,355 00000000011b9b522c5735203f31b766044cd8dfadf456b9560d5654602907ec 1 0.00/1.00 vMB 0
68,354 68,354 000000000003d823e23768752cafeb9b03392b2bbce1cce4a6e492287983bf4e 2 0.00/1.00 vMB 0
68,353 68,353 0000000005313c34c2e32b3bf5194ac874dd18897c15a9ed4389b9f51f9d7d48 1 0.00/1.00 vMB 0
68,352 68,352 000000000318989f4e1b0e16f00a17e4f9f3197b6122b03010e949c85a42f180 2 0.00/1.00 vMB 0
68,351 68,351 0000000000c0bdba1d14a5d51b611536e94c264c84fc160907ace267bb60d6e9 1 0.00/1.00 vMB 0
68,350 68,350 00000000037381f89ac40c75dc6a0047884504f14308a7e1803dde6e19fc7976 1 0.00/1.00 vMB 0
68,349 68,349 0000000003544dd56efacb83377050811650c6233e3a02e5710378fbdd63a5d3 2 0.00/1.00 vMB 0
68,348 68,348 000000000420f889ea2f7271bd466c058df13a6c750dbbabe59326cb7ff91352 1 0.00/1.00 vMB 0
68,347 68,347 00000000025ad6203f2349e152f31b8e74c7d59ddc6b764b935e574fa4df6979 5 0.00/1.00 vMB 0
68,346 68,346 000000000397a6244c8f79ab91607afc611fc6b0146a357f221aaed08063ccb2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 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: 580.15 GB
    • Received: 8.93 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.