Loading Tool

Explorer IconExplorer

Memory Pool

81,085 transactions
30.08 vMB
0.09535667 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt 9a4b64806dee2bcba8d02b8d8aefd486876f8da14be19010a021400d9a836f3c
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 6ca681ac00f08fd7259c9b2cda13d3906d76ad9695459299a9a0167923299c75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 1.00 vMB
Total Fees: 0.03186790 BTC
Feerates: 100.37 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (263,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,477 651,477 0000000000000000000ae18a8f80fb323e2a745759dbe7e3b7fa32a8fcb3333e 1,998 1.00/1.00 vMB 24
651,476 651,476 00000000000000000005f2b78bd68d7bbb29ace8ac78947835f7fd484fe47b3f 3,164 1.00/1.00 vMB 105
651,475 651,475 000000000000000000090d35c638d4bee9b89ec4bd7741d7dc6e9675a0239988 1,291 1.00/1.00 vMB 45
651,474 651,474 00000000000000000009d03950b45d2a7e3ef9a7a375812f1f7bc96ddeb4bfe8 1,567 1.00/1.00 vMB 64
651,473 651,473 00000000000000000006263a61f4fc102876a80f246c23c3ffed6cd36acae08d 2,286 1.00/1.00 vMB 12
651,472 651,472 0000000000000000000ae12b696789de0426f6f82718f92fca2d0ac4cd485934 1,779 1.00/1.00 vMB 41
651,471 651,471 00000000000000000004eff1ca66b45e292a630901cde715222baf4b9aa6f50b 2,721 1.00/1.00 vMB 22
651,470 651,470 000000000000000000051de27b804f9e7386ddbf3ab12abdff053cf0abcd5c39 2,389 1.00/1.00 vMB 83
651,469 651,469 00000000000000000002a3daf2a2e0b1f64279cb0bc0e3b0c8849b2e3f25b780 2,413 1.00/1.00 vMB 71
651,468 651,468 00000000000000000008d3731f98c67ba7511446c6944a4f8bd2ad1cb09f2602 1,150 1.00/1.00 vMB 19
651,467 651,467 0000000000000000000c023afdc142efc878dfab12ddc6c9cb8064128169a675 2,524 1.00/1.00 vMB 41
651,466 651,466 000000000000000000011878ccbe414bdc4755828a83f913a4d19f3c489c1652 2,453 1.00/1.00 vMB 41
651,465 651,465 00000000000000000008c52fcaafddef99576d5b46cfcdc070557eebfc66e05c 2,154 1.00/1.00 vMB 42
651,464 651,464 00000000000000000003d232889c31f8c6dc4012adad6be0b3c34d6c66fb052a 2,476 1.00/1.00 vMB 31
651,463 651,463 000000000000000000003b875f1993402b52057c903abb8a9934d1bb8bdaa8f7 2,307 1.00/1.00 vMB 99
651,462 651,462 0000000000000000000114321a388f2e7a75a9463a6c3b59952345b8ded1b6ff 2,539 1.00/1.00 vMB 95
651,461 651,461 00000000000000000004491b9c03620f6103b7eb94b9ce97d1d2d3ddaf7b73ad 2,848 1.00/1.00 vMB 45
651,460 651,460 0000000000000000000b0cd432d6631ae8ab9a266308ec5627516dc7b9075ae5 2,402 1.00/1.00 vMB 115
651,459 651,459 0000000000000000000d8cef09ec6cb0052a937f3ee1b85a89d6901ce8c46011 2,357 1.00/1.00 vMB 52
651,458 651,458 00000000000000000004907a4004717b94bc1ce60c3a8291975e37b616fbb5ac 1,621 1.00/1.00 vMB 56
651,457 651,457 0000000000000000000331b76faae1ffb55849159cd16afaaaac4fd080498a0d 2,476 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.