Loading Tool

Explorer IconExplorer

Memory Pool

76,908 transactions
29.84 vMB
0.06969859 BTC
Random Selection Loading Transactions
Max Size: 180.70/200 MB

Candidate Block

Mining Attempt ff5b89e19da11b73408736db6b73acd20d7e1c3bb55951aa4bf1ecf72ea0021a
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root fc709ac4c0567f1a6b64f1ddc858d73000da13bf7e6015e600f4ae15f0f55c1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,290
Size: 1.00 vMB
Total Fees: 0.00616843 BTC
Feerates: 50.90 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (315,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,119 600,119 00000000000000000013166902c56b8e754876936b7d44ba91da3b8c0050df0a 1,310 0.42/1.00 vMB 11
600,118 600,118 00000000000000000015510d9d1db6d57f5b3c2637e1e5a15a33c21884372e5e 433 0.11/1.00 vMB 13
600,117 600,117 0000000000000000000ab50f96d046d546f640f5c9bbd4a3f4444e8cf23be739 2,142 0.62/1.00 vMB 16
600,116 600,116 0000000000000000000df25696b04930df8002fd2993af1aed79f7c2fe27ddfc 3,275 0.94/1.00 vMB 12
600,115 600,115 000000000000000000042d27246a6b30869a892219cc1f6540fa16ad1b1799dd 883 0.24/1.00 vMB 10
600,114 600,114 0000000000000000000cd2f194bbd7c4d3deadcccc0e0baf3209d0d69a0d9c5b 173 0.04/1.00 vMB 31
600,113 600,113 0000000000000000000d06e66c212447621f0fa38bb95cb40381f0c7c9f577b3 1,434 0.32/1.00 vMB 3
600,112 600,112 0000000000000000000dcaefbe19daf8cb102fd85af720c11102064ea2f99823 3,305 1.00/1.00 vMB 17
600,111 600,111 0000000000000000000fd09c22028e8c49d8c1f81584d544a2370a9e662c701c 3,427 0.92/1.00 vMB 12
600,110 600,110 00000000000000000003f63b9c9c9f7075172ffcf6364cbaea892d504aae10c0 3,589 1.00/1.00 vMB 18
600,109 600,109 000000000000000000096aa9031c4c1ca1675775afd05b5269d5388a77bb24b2 3,236 1.00/1.00 vMB 19
600,108 600,108 00000000000000000009a428d11e1ab19646c8d1b6431778f77c28ff6a1e56c6 2,056 0.63/1.00 vMB 14
600,107 600,107 00000000000000000009b744f8318c79739adf206a8ac9a459f1b6af59d9a06b 1,646 1.00/1.00 vMB 3
600,106 600,106 000000000000000000029982f7b15356aa41b8584dbcb33602fa2ab1eef80a54 3,263 1.00/1.00 vMB 20
600,105 600,105 0000000000000000000e840e9bceba6015832730c87235374f9e30790692e024 2,234 1.00/1.00 vMB 1
600,104 600,104 00000000000000000013ffc7e8cdac671bcd5a38e5082567f18ddd2aae58d7f2 2,852 1.00/1.00 vMB 21
600,103 600,103 0000000000000000000582e4c01affe24356fc2c1a60438170c7ca02229e7543 2,457 1.00/1.00 vMB 5
600,102 600,102 000000000000000000074a2402c5814293d8f4ddde779b1b1db06d66abd99247 2,561 1.00/1.00 vMB 4
600,101 600,101 0000000000000000000f162fc3a44e4f11eb19613bcb089abb4467eb91182fe5 3,008 1.00/1.00 vMB 17
600,100 600,100 000000000000000000059ae21094b0005f7e118dbc0ce7ef27cae3cfadbe428a 3,580 1.00/1.00 vMB 26
600,099 600,099 0000000000000000001237c9e6b52890fb9cb7e8563b5626e725d8ccf0b8ecc9 3,211 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.75 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: 708.60 GB
    • Received: 16.74 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.