Loading Tool

Explorer IconExplorer

Memory Pool

80,503 transactions
30.33 vMB
0.07802217 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 9c06109bbd5d1575b5416ddb1dc48f368980dc68165e0d970401a8d10323c7dd
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ab567633a88ab331fbed060db4b9e3fdab41554844445dc0367cccda2d35bccb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01035937 BTC
Feerates: 318.30 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (520,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,178 395,178 0000000000000000064265783c95e6a3cdcb5bb5596df01eae1a73f6dd317295 1,247 0.95/1.00 vMB 26
395,177 395,177 0000000000000000020cd385961791c81449216aa2e1783c3d6e62ee1471a4b3 1,482 0.95/1.00 vMB 32
395,176 395,176 000000000000000008f876c655f1aa7fe7e6abe3c7e88ed874cc4dbe509da5f1 74 0.05/1.00 vMB 0
395,175 395,175 0000000000000000034003511686212c732ae6c43bbd10c132f0a8c2f3ea51b6 2,098 1.00/1.00 vMB 49
395,174 395,174 00000000000000000466139e16be0d665317fbf1eb79a480dd18f483730afd3c 1,638 1.00/1.00 vMB 26
395,173 395,173 0000000000000000014ddc0f49292c87e1adfd72e4a4516d24a0b0ba45b7dcfa 638 0.91/1.00 vMB 22
395,172 395,172 0000000000000000053b3e038a614024e594883b718b6e750b3949612c283d50 1,036 1.00/1.00 vMB 20
395,171 395,171 0000000000000000054cbd32439e28ac1573c64bd7905e3ffd0747d72c2701fb 1,697 0.75/1.00 vMB 42
395,170 395,170 00000000000000000356ef3f7bcd933ecc2c6c164e7b49617c3cec0f922d2a4e 1 0.00/1.00 vMB 0
395,169 395,169 0000000000000000063907bc2c01af7c8a66461b95dace53eb12595fd4d58d67 1,668 0.95/1.00 vMB 29
395,168 395,168 000000000000000002b2b8c1fcd68327b7853836a9983135599cb1e1bdfd0c48 2,746 0.93/1.00 vMB 62
395,167 395,167 0000000000000000022d8c6b6cce438db0d0036682eeaa43465c995a5d1d8506 2,396 1.00/1.00 vMB 45
395,166 395,166 0000000000000000053e4b91dc4c42531eff0488b805dbe8cb9007a57f5e4eab 2,324 1.00/1.00 vMB 44
395,165 395,165 000000000000000005052f9d930fba679ebb5ed704d84684fef4132bbf7e37e0 1,175 0.95/1.00 vMB 20
395,164 395,164 000000000000000005ed91f60dfef487d7dcdd20ec489c60ecdd5bb18208a2eb 1,381 0.95/1.00 vMB 31
395,163 395,163 000000000000000003afe5828f63c781125b0b1ff08cc0fd4eb58583e45e6c83 1,982 0.93/1.00 vMB 36
395,162 395,162 00000000000000000420068089cccb4c240485024a93eade19e4ddce5d4e3374 1,370 1.00/1.00 vMB 44
395,161 395,161 00000000000000000518912b9480f39eee589107715404a4294df35f579d4736 2,734 0.99/1.00 vMB 67
395,160 395,160 000000000000000004efebeec25cfaea5e2c90bbf0458b548b5d68380ff3becd 854 0.32/1.00 vMB 63
395,159 395,159 00000000000000000691fb7029843a1d8e0810295fa08075ef9da0851acf22ef 1 0.00/1.00 vMB 0
395,158 395,158 0000000000000000050fbb04183b1cea7755e9eb36f4bcb5fba35f3cf13ea440 2,337 0.95/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.00 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: 718.26 GB
    • Received: 17.88 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.