Loading Tool

Explorer IconExplorer

Memory Pool

81,175 transactions
30.62 vMB
0.07372040 BTC
Random Selection Loading Transactions
Max Size: 187.84/200 MB

Candidate Block

Mining Attempt 5595940d6e0e7056d9aa33b6766627476820e8dc70f3f058aa27a0958539902b
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c566051e17a0f089f84056596c0f55f268b49a89ccbe4b831bda484c7c9b7034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.00525572 BTC
Feerates: 10.52 > 0.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (44,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,291 870,291 0000000000000000000220c0e421d0c599a975f566c172b0d78a639acec001fb 3,405 1.00/1.00 vMB 20
870,290 870,290 00000000000000000002667ead6ef1cf4f25f56dc2da83428a0ada6f21fcb05d 3,852 1.00/1.00 vMB 28
870,289 870,289 00000000000000000001319a86b1ca74600c9eb8c3ddf53e4a61135e8ce53396 3,431 1.00/1.00 vMB 18
870,288 870,288 00000000000000000001f36a44db5393a713d226491aadaa2ffe37b9170866aa 4,041 1.00/1.00 vMB 19
870,287 870,287 00000000000000000000a7d0a1dac50a909601c93774d55bebdcd4000a2af5d1 4,486 1.00/1.00 vMB 19
870,286 870,286 000000000000000000009a71ba753ef49f2b3a7038d24c3b4892e48ec40bd47e 4,369 1.00/1.00 vMB 19
870,285 870,285 000000000000000000009693d9f2291b320bd5de1a3d866b6598e11c1d7e62c2 3,773 1.00/1.00 vMB 18
870,284 870,284 00000000000000000000e7b9485ae080cf6e1aab1d7ade5d893a04afe570f6ca 3,517 1.00/1.00 vMB 20
870,283 870,283 000000000000000000013849841e2afadd11b4f6e795cce641d7372e9032e626 4,435 1.00/1.00 vMB 22
870,282 870,282 000000000000000000001b640e69cefaacd66d0fc7d009b43bcc9b1243737bfd 4,172 1.00/1.00 vMB 30
870,281 870,281 00000000000000000002988f08c14ae73ac7121b8d31bdd253c7758231778ab8 3,721 1.00/1.00 vMB 9
870,280 870,280 00000000000000000002c2ec01217a38581bf1753d54fa31f8eb9a2078a7bd95 3,319 1.00/1.00 vMB 12
870,279 870,279 000000000000000000008a2715f097cdacdfaf0d3527fd4ca177be7e66575f79 3,946 1.00/1.00 vMB 17
870,278 870,278 000000000000000000007a239eaa5c89df52737f6c0eda349726fd4e8c8a64dd 4,343 1.00/1.00 vMB 19
870,277 870,277 00000000000000000002303944295f2afa555bed34b3927507644eb80c65b143 3,587 1.00/1.00 vMB 15
870,276 870,276 000000000000000000020bcf2210854260dffe5cb89e177cef800c3a2f02ec0f 3,745 1.00/1.00 vMB 14
870,275 870,275 00000000000000000000d7c099a167cbf8fe2be438278f82adf0f9af45e11e2c 5,179 1.00/1.00 vMB 18
870,274 870,274 0000000000000000000102529b28a7dfebd99d2e2d8a190dbaa4bcade564c928 5,315 1.00/1.00 vMB 16
870,273 870,273 0000000000000000000284446e36fbb7965019d83d9a91893242b98f2736d02b 5,042 1.00/1.00 vMB 22
870,272 870,272 00000000000000000001066a825dce3d33cd03d1df890f5e166a5346162198d1 5,525 1.00/1.00 vMB 19
870,271 870,271 00000000000000000002a913d60193332aa4bb6bc4f362f42b20fbda84aab4f5 5,261 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.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.