Loading Tool

Explorer IconExplorer

Memory Pool

77,053 transactions
29.05 vMB
0.07856544 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt 7066d6990c374cca602d7428aae15be8efed831d7364079a0454195820d24ed4
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 203ca8cc018506a2086a4faaaf57f1a9e7862ac4265b3dc28a8607672c709eb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,630
Size: 1.00 vMB
Total Fees: 0.01500780 BTC
Feerates: 301.60 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (44,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
870,270 870,270 0000000000000000000116945254c077076d7021e21946d61de19b0e1a381a61 5,613 1.00/1.00 vMB 23
870,269 870,269 0000000000000000000002fa7d710798cd5b7af07912cd64a5de2daf533a1a1a 6,094 1.00/1.00 vMB 24
870,268 870,268 000000000000000000024a920c1debf7333f6e1ff8870102b887bb930fa6d814 5,625 1.00/1.00 vMB 32
870,267 870,267 00000000000000000002a341b514ecc9af9715e92880c2624e3b63cdb32bdfdb 5,945 1.00/1.00 vMB 16
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.28 GB
    • Received: 17.05 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.