Loading Tool

Explorer IconExplorer

Memory Pool

80,212 transactions
30.82 vMB
0.09518276 BTC
Random Selection Loading Transactions
Max Size: 186.29/200 MB

Candidate Block

Mining Attempt 85b9b13563d5785cddac7c5459e8cab007beac3918c3af5ff4af5c93ccbb735d
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 32c83905e5dd56fff5b95931f2b7e6320fa6d02a5c8eb70e1a93fd10391e51b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,302
Size: 1.00 vMB
Total Fees: 0.02161215 BTC
Feerates: 50.98 > 2.17 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (852,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,486 62,486 00000000087ef1d11f4f3ebcafb06c4116f662106ee90d559c414268f8776c73 1 0.00/1.00 vMB 0
62,485 62,485 00000000056294a513ab7f23c213cadf25e03d8bc9d7585e29ae929accaeeb15 1 0.00/1.00 vMB 0
62,484 62,484 00000000011eccc12805cbb59026b1539ccd32847a6e22c8a39c97fcf821f1a8 1 0.00/1.00 vMB 0
62,483 62,483 0000000008e04cf0ce2d6a820c7ada159854aa0a247efb44cc082f0e44ccdbec 1 0.00/1.00 vMB 0
62,482 62,482 0000000000cdca7607a6545127593af44584f3f9eb830d62d14b0ca0d6831269 3 0.00/1.00 vMB 0
62,481 62,481 000000000ea33da72a60f71204c5bbcc60af5587e057cac4497b8861a7ce4cf4 1 0.00/1.00 vMB 0
62,480 62,480 000000000085ded782f7fe2b5c50d180a5d22743a3b855e163c44e542dfdb5e5 1 0.00/1.00 vMB 0
62,479 62,479 000000000af8c012b24d0c36ffa64a3c7785500effcafbd36fc615a8e57af059 1 0.00/1.00 vMB 0
62,478 62,478 0000000004cc11dc654e836fa39abf654041df20de260fcfdb81b0fb8cbd371e 1 0.00/1.00 vMB 0
62,477 62,477 000000000a340076a1c2378ac37e8658f75a03965361a290a717ef5f89e14ac5 1 0.00/1.00 vMB 0
62,476 62,476 000000000df65385893a0cfb542ad6e33f29153650c2ceff99a6e17785d128f2 1 0.00/1.00 vMB 0
62,475 62,475 000000000d2689bd08a1c2ef9acd6d2ca56a56384997df108fdbdc836381d2aa 1 0.00/1.00 vMB 0
62,474 62,474 000000000ac43a00c52df4b1a5c3abb671efb2af15d08ac00811a7eeec60ea59 1 0.00/1.00 vMB 0
62,473 62,473 000000000ae200447722da9ea6560c54076efe0c8eed506862a50146492ae561 1 0.00/1.00 vMB 0
62,472 62,472 000000000e7e079b50c039a0d6c58a1775151c29851ed56942c9c29b288f4996 1 0.00/1.00 vMB 0
62,471 62,471 0000000004957519fcf8fd10e2cd2a6aa80c815442a2881faf1f73bac98de65a 1 0.00/1.00 vMB 0
62,470 62,470 000000000956887ab035cb15806664a589b57027df2248c232d0d52fba69a2c5 1 0.00/1.00 vMB 0
62,469 62,469 0000000005f0777c450f503ada4c15a8650202d53aea0c212820209ab7e5000a 1 0.00/1.00 vMB 0
62,468 62,468 000000000a16d0025b4f04c55c2a47d2278ea924cd44b6c83ec5eb76505addb2 1 0.00/1.00 vMB 0
62,467 62,467 000000000308241407aa133dcf381886579509d7fc7c9aa153bf30be353e4492 1 0.00/1.00 vMB 0
62,466 62,466 000000000b9d1a03af2c2ff8231977cba19f4ef3ba239c990c305675308099e4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 723.38 GB
    • Received: 18.40 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.