Loading Tool

Explorer IconExplorer

Memory Pool

78,623 transactions
29.71 vMB
0.09902179 BTC
Random Selection Loading Transactions
Max Size: 181.17/200 MB

Candidate Block

Mining Attempt 60e9545245cd5fce85a3e115b1b3ffac441cde6ff707177f1a1406f7997df874
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2c7ac044ba9dba99a024d7c210ed7f673bf44952c6059eefee55dedb652e0d32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,967
Size: 1.00 vMB
Total Fees: 0.03260715 BTC
Feerates: 301.35 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (44,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,299 870,299 000000000000000000005ec7c737ceff5c97c682b8bb960be78f68f123985b87 3,994 1.00/1.00 vMB 17
870,298 870,298 000000000000000000026ad8c01c66e437b3e4dc7eb113550ec15955f4b39fbc 5,432 1.00/1.00 vMB 19
870,297 870,297 000000000000000000001ca7a07c7d648a511e7da3aea6fffc9de0c5659d55ad 5,253 1.00/1.00 vMB 21
870,296 870,296 00000000000000000000202a09e0d1d3b320ad9cb60f582b798c4b53bb011b3b 4,562 1.00/1.00 vMB 24
870,295 870,295 0000000000000000000208645b16fcd52b5bc2096e28eac9995ac8702bfbaa14 4,056 1.00/1.00 vMB 16
870,294 870,294 0000000000000000000133132c61d94b21a714647f30cb3106e6ae144d8977e0 3,296 1.00/1.00 vMB 23
870,293 870,293 00000000000000000002046d1c4721b74bbe52ea53c15bd6561e738e08709ec5 3,776 1.00/1.00 vMB 19
870,292 870,292 00000000000000000000fe3e2bc3b87e1a820048bc32079921431b94668473a9 3,525 1.00/1.00 vMB 21
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
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.