Loading Tool

Explorer IconExplorer

Memory Pool

57,958 transactions
29.01 vMB
0.05989897 BTC
Random Selection Loading Transactions
Max Size: 160.30/200 MB

Candidate Block

Mining Attempt 39d7a706f5f1b582b89fa732d6e69db439d7e545361382b70199bfa1911e7150
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 34e7d45a4cb742b20d9ab849d88c2b283fefba71d5434e5f0619717e60ffcbca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,237
Size: 1.00 vMB
Total Fees: 0.00436208 BTC
Feerates: 108.49 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (808,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,354 106,354 000000000001dbf1a0afbfa7877f68001a5173ed32fb47f31cd9ee9fc1a7b2f9 1 0.00/1.00 vMB 0
106,353 106,353 000000000001ce6dfa99b98bc061f12307021136d6f847bdb97f4181d04546c2 3 0.00/1.00 vMB 0
106,352 106,352 000000000001cf0bfe1bad97dbe35290a603f9843952dd8080a3b6acd854f406 30 0.01/1.00 vMB 0
106,351 106,351 0000000000024b5942473d2ae534e59f55a1c0affe6473d88bb4f92de80a8233 1 0.00/1.00 vMB 0
106,350 106,350 000000000001607b179929930bbf81f955ce13897c7e7b249b16a5d6066a3d5e 2 0.00/1.00 vMB 0
106,349 106,349 000000000001fa0999c9aa68c2f034f89a68516da8faf9e633f85551825b8e1e 4 0.00/1.00 vMB 0
106,348 106,348 000000000001985220082bb213a8530cb7ad765e530f82baafdfcd1ac0bc3b1b 2 0.00/1.00 vMB 0
106,347 106,347 000000000000efdbf9bc99ae714245b3e35f0d2663d48f4084618a5f27f66fb0 1 0.00/1.00 vMB 0
106,346 106,346 000000000001aa331d49186fd87a74d866673a4c9b697f4b88b62c0f79563bb4 5 0.00/1.00 vMB 0
106,345 106,345 000000000001d6c0692cf88d5aa061e41a15a6b59e9dccbfc4d54ba4b84d01b2 2 0.00/1.00 vMB 0
106,344 106,344 000000000002692eedfe282d989faac4b8e1f7413c84df8a488792791b3b84ed 2 0.00/1.00 vMB 0
106,343 106,343 000000000001daee213f0b963fc06c466d55acf500bffdb2fd659b13a9b3320f 22 0.01/1.00 vMB 0
106,342 106,342 000000000001775235c322783c55bf6a1267bbba17345f4357298c4240f74625 2 0.00/1.00 vMB 0
106,341 106,341 0000000000012ff134125043541e5f789b93d92e8112b83e80bf909b9182f3d5 1 0.00/1.00 vMB 0
106,340 106,340 000000000002db223acddffd7b2857adb0fbce78e863067716da50599477766b 1 0.00/1.00 vMB 0
106,339 106,339 0000000000028cb1a5300efd2a3cc4c288463162df0affe1272385e884b0226a 2 0.00/1.00 vMB 0
106,338 106,338 000000000000c23e14d751143daa114b99f5cf518e1e7fa993a8ed2c3b7766f5 1 0.00/1.00 vMB 0
106,337 106,337 000000000002b5abb9ea94fa13a28eb4839a05982a601c31496d5d2b1f453bab 1 0.00/1.00 vMB 0
106,336 106,336 00000000000079864e9a10df4d8bb9c6b7cbcc6c35c4fc59ba0538f01c5f114b 3 0.00/1.00 vMB 0
106,335 106,335 0000000000021faa30448eba975291e7b6ba5d42416e6c1deddb0dc82e5c0a0c 1 0.00/1.00 vMB 0
106,334 106,334 00000000000120161773284a201731ad25e12acdaea1f7f792146a47c9d29f2e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.47 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.