Loading Tool

Explorer IconExplorer

Memory Pool

78,458 transactions
29.37 vMB
0.08054635 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt 5940092cfbe2d99a818b0b82be38db621e267fe90055870a1936c8e83d844505
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root d1f75dd6b5e4244e7b054bad71083f3955c1f2585fb41c4c1b5e82ddde778262
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01619819 BTC
Feerates: 73.20 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (44,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
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.18 GB
    • Received: 17.04 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.