Loading Tool

Explorer IconExplorer

Memory Pool

78,161 transactions
28.68 vMB
0.10375465 BTC
Random Selection Loading Transactions
Max Size: 174.46/200 MB

Candidate Block

Mining Attempt d3fbd2e54f64279061586461c49f8c9e1099e36e182c33add7e3ce1ef701cf3b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 029aec9c3273127b827f21c4df5acdfd205c39ec239a86eb64164c1b71c7b67a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.03664667 BTC
Feerates: 602.26 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (490,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,554 424,554 000000000000000002e5f74bff8fca7073a7f774ead0858a28b1dde673ff42bb 915 1.00/1.00 vMB 26
424,553 424,553 000000000000000002620936eb7ce10fe207b63504aae9a5b4403ce39e1ee82b 372 0.19/1.00 vMB 50
424,552 424,552 000000000000000004c2e195576101c1200dcf7c8d7fab855fbba0370ddd49ce 697 1.00/1.00 vMB 20
424,551 424,551 000000000000000005088315ea362629970a4adb9998d7edca20cfd96250f5af 1,929 1.00/1.00 vMB 71
424,550 424,550 000000000000000004c6a895e2ea6e12ff5e8046454ab663d14b569734228b8d 1,755 1.00/1.00 vMB 60
424,549 424,549 000000000000000004da0eb169bfd01b53377a3442836562a758817dbf6f61d4 1,991 1.00/1.00 vMB 58
424,548 424,548 0000000000000000030d5a93cb47a8ddaea28f050c1baa1a0df834bcf9613b9e 2,672 1.00/1.00 vMB 84
424,547 424,547 0000000000000000034f9420f175835a4c89184ba4517833d5d0be836d512cb2 1,289 1.00/1.00 vMB 29
424,546 424,546 0000000000000000042ff38e48ce65afb53c8cc44f6ab1aaa5fa870332245b3a 2,584 1.00/1.00 vMB 79
424,545 424,545 000000000000000001751bc12f75e2baa589dd769b0ceaaf0811299a6db0bb3d 2,283 1.00/1.00 vMB 60
424,544 424,544 0000000000000000053027e87de8298f06e42d30933c9fea3af9c116a5852659 2,762 1.00/1.00 vMB 87
424,543 424,543 000000000000000002dd26d37cb4a31774234bda10cc17af00559cf1a6c91497 2,651 1.00/1.00 vMB 80
424,542 424,542 0000000000000000046e49880e47b3d2a03a268adfc86f4605d9191b16a8e19a 234 0.11/1.00 vMB 70
424,541 424,541 00000000000000000469523336fa4bf7b9f0bf9537383b97a20379452cfb78fd 2,130 1.00/1.00 vMB 61
424,540 424,540 00000000000000000284c93d0ef9c6842b3fb74adefd7fa29f421ee5315b063c 2,099 1.00/1.00 vMB 65
424,539 424,539 000000000000000001c19bd52c16485e3fd6d42eee68d83251ecaf4443c933db 1,852 1.00/1.00 vMB 43
424,538 424,538 000000000000000005001d512fbd4b81032a4f488a7038cbad9f9f9dfc4ee7dc 2,806 1.00/1.00 vMB 105
424,537 424,537 000000000000000000547eff2c9b2ad6570ba5627b21f9e3fc7e969e6c584f48 2,754 1.00/1.00 vMB 98
424,536 424,536 000000000000000002480c3814dabb81a5d65a8cabc7c7d6e721bd0879f4a0e4 443 1.00/1.00 vMB 11
424,535 424,535 00000000000000000270cf59157757ff8126b7ac795d193748f44199a548363d 2,005 0.96/1.00 vMB 54
424,534 424,534 000000000000000001f0ed240c568d5f253d974d731fd20082c75d5b0c3b1d57 2,023 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.