Loading Tool

Explorer IconExplorer

Memory Pool

27,790 transactions
11.90 vMB
0.03386647 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.94/200 MB

Candidate Block

Mining Attempt 8c8ca9d68c21a954323e629a38da76944b96b5d1864c6a6d47f3b6219c130928
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root 7138f0059fc8b2ec7877476e1ecc78244eb54ec7db6b8d619bb2d50440004735
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,453
Size: 1.00 vMB
Total Fees: 0.01299160 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (851,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,377 62,377 0000000002c07c758b7fcad9287972f746e3a4aa5ccd1bdc9f0b6c4d93d6e94f 1 0.00 vMB 0
62,376 62,376 000000000e3e26ce92417b3d5c9f23fc91eba42cb7e84f697de94fc8462bd4f2 3 0.00 vMB 0
62,375 62,375 000000000e2714d70690ed7cda31e9005b2f5c86a49fab2a4cefb4838e8d6402 1 0.00 vMB 0
62,374 62,374 00000000017595b016f1f1fa539e4f00e243b877558b254c70b98b20bc9adadf 1 0.00 vMB 0
62,373 62,373 0000000007b2c70658e381052455320518eed1d1c7e680ac63c03c3554fcc386 2 0.00 vMB 0
62,372 62,372 0000000009bc0c48d53d95da89b6941e1ea59f222976bb992d34bf4d9b9abba9 1 0.00 vMB 0
62,371 62,371 0000000005b6d4962012a05315d714e3c39d0ea3a5a75072db621641e2c404ac 1 0.00 vMB 0
62,370 62,370 000000000289f1282984368a6166917958251bf9af31ebba82939012cb4e2f57 1 0.00 vMB 0
62,369 62,369 000000000898b0d2685bc6d0839d1c8c4c5dcff65d161bbb1ec07d0cdf4924ea 1 0.00 vMB 0
62,368 62,368 000000000e7651068d3a752aa997fc128a21f437c62c08ce0447651a9c745204 1 0.00 vMB 0
62,367 62,367 00000000023eedade435c212e9a3addc13e9bad9bb47c79eb60f62d9a928bbcd 2 0.00 vMB 0
62,366 62,366 000000000a1f94a998ff53170f5ea33855594945df9f8c887d624dfac7eff8f9 2 0.00 vMB 0
62,365 62,365 000000000a99031e3fca3ccb053278d098128ad111c87f4024e5a3c7ab8e48a7 3 0.00 vMB 0
62,364 62,364 00000000018879d6423123418fa7363d8f95e95832563907b05a784576e96a93 2 0.00 vMB 0
62,363 62,363 00000000069d5d70aad5bf72b8d856c821ea41ee1969d803a31fcff91e633350 1 0.00 vMB 0
62,362 62,362 0000000000ad71c6e5ed9ca713619a8baa6e6a0682057fe351803f7ec22376ca 2 0.00 vMB 0
62,361 62,361 00000000077535f4fde9e55ec2b472d2ee770f86d7a201e82c73c09013b0c80c 1 0.00 vMB 0
62,360 62,360 000000000262ed1b9f79c5dfa84ff55b35c0768b17ca7d63794b8db8c8d450a9 1 0.00 vMB 0
62,359 62,359 0000000006d174374e92c6401d8aeb9a00e3176ef0862287407c1ab2cc3632e7 1 0.00 vMB 0
62,358 62,358 000000000c4b1b7caae882789e161b41dd3e80d386a1129b7c9118701c972aae 2 0.00 vMB 0
62,357 62,357 000000000b37e603a2a7651d3e5d4f6dab30e29e2151b00a8fe0ef1602e798ae 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 389.68 GB
    • Received: 1.98 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.