Loading Tool

Explorer IconExplorer

Memory Pool

82,017 transactions
30.91 vMB
0.08945315 BTC
Random Selection Loading Transactions
Max Size: 186.01/200 MB

Candidate Block

Mining Attempt 9eea4c4c063abfcd6e05a32b62424b2dfcf409ea7f2aa6a24b1d4213f9cce186
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root f7e3077d51395b56d1eff94136b9d43d407097bf0d7dd684e8f2ccb6847eec1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,521
Size: 1.00 vMB
Total Fees: 0.01980765 BTC
Feerates: 51.76 > 1.98 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (262,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,327 652,327 0000000000000000000aacd02d117628a8e0eb2b6388053311fa2b279384f93a 68 0.02/1.00 vMB 47
652,326 652,326 00000000000000000005bd26db993b720e21096db6d58bba7634314acccf2cbf 2,066 0.82/1.00 vMB 49
652,325 652,325 000000000000000000035ac1465a4f410036af30f3ea870c2482a9801fa09e48 1,101 0.55/1.00 vMB 57
652,324 652,324 0000000000000000000898f6b57c8f7484dcea88d96aff2d8e9e8b32d65acc5e 1,329 0.55/1.00 vMB 56
652,323 652,323 0000000000000000000593badae5dc15ac32b9c187a5ff1de11f8852065dab2d 459 0.17/1.00 vMB 40
652,322 652,322 0000000000000000000b23ae5317949f254b1a6efe137b352ca1b6683315a38e 775 0.37/1.00 vMB 42
652,321 652,321 00000000000000000001d7967d210d462ee5de341c8bd5c11e42cc900db23f1f 1,310 0.56/1.00 vMB 31
652,320 652,320 0000000000000000000afea5bd36fcd3c5bf076df1a5b0614d2bc484f53a5e43 1,495 1.00/1.00 vMB 66
652,319 652,319 000000000000000000060eceda86e5c6bacb01e7e329e50dfb01afde4937df39 338 0.16/1.00 vMB 38
652,318 652,318 00000000000000000001e270f738e08f189bddc8de9ece9a2e11226f2cb1cee3 85 0.14/1.00 vMB 9
652,317 652,317 0000000000000000000bc58ad147cea61b320beebb6cd9ec5094a0006f648bb9 1,131 0.48/1.00 vMB 45
652,316 652,316 00000000000000000000ba32011f78adc04aed7d9cb29d7ea4d775fa447fb2d8 761 0.35/1.00 vMB 46
652,315 652,315 00000000000000000001a4f0cdb22355310d5689ac7d41946a7aafab6975f03f 1,212 0.58/1.00 vMB 60
652,314 652,314 0000000000000000000beee85e69e00030ccf781471834c632a0adcbdb3fe79d 2,698 0.97/1.00 vMB 45
652,313 652,313 000000000000000000033ece00f6551db3bcb1b66e716c27a091658700e6f3e4 1,038 0.40/1.00 vMB 39
652,312 652,312 00000000000000000000f8b612298008d4b649c0ff9c93969914c1dc21a5d42f 1,696 0.71/1.00 vMB 14
652,311 652,311 00000000000000000000938ae0ec93502cbbf7235c7ae663a9af784aa3dc1043 2,274 1.00/1.00 vMB 32
652,310 652,310 0000000000000000000bbaab55bda2967a3f41f7759ff3921e8b0ff107e8c83e 2,261 1.00/1.00 vMB 85
652,309 652,309 000000000000000000049cd10c8515b129d9b99185b8bd471b6b57f1c5fb799c 2,291 1.00/1.00 vMB 68
652,308 652,308 00000000000000000004ca7990329eaded0c908f487d8b33013e83899ac92325 1,286 0.62/1.00 vMB 39
652,307 652,307 00000000000000000006665a7195ad41e8ed11e9481fe2ff0d3d0ed14bde23c6 1,522 0.63/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.