Memory Pool Memory Pool Refreshing

8,371 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (563,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,143 344,143 00000000000000000242b6edd4e9223d1923fb2bc45f38bb86cba27060815fd3 0.25 MB 459 24
344,142 344,142 0000000000000000174d287220ae6160b656e7da0c68ce1f3d16e550a67b295f 0.02 MB 18 6
344,141 344,141 0000000000000000157cf38b7e4d838dae74f7ffac98a5e7beca332cf984e69a 0.34 MB 395 19
344,140 344,140 000000000000000009478a6f80d407a12b9a621d5229c9de424d670cbf7f540f 0.16 MB 332 25
344,139 344,139 00000000000000000fa3769b4dfe7146b530adf43f8473a0f7f1a0a7a3f48a5e 0.17 MB 317 24
344,138 344,138 00000000000000001111df47b8c43cb2dae794a883c4097c10c093a81d784e2a 0.05 MB 105 22
344,137 344,137 00000000000000000862a3f60a39f3e18a6e670765bb5b582ca325fcf7ab5697 0.20 MB 103 6
344,136 344,136 0000000000000000089dd942bf83724698d76a80b83485c5d80738115fb70fea 0.33 MB 631 26
344,135 344,135 00000000000000000b46ed28b45623dbb8c21552a534f0b2f6a251601d4c945e 0.60 MB 1,112 33
344,134 344,134 00000000000000000fd446d38e7a6b9651543e2b397586f1634861803db5b0e6 0.02 MB 32 16
344,133 344,133 00000000000000000afa1628cc74ecc9816ef9835302923161918d8cbc638901 0.13 MB 262 26
344,132 344,132 0000000000000000133f4b07432ee03b07663a5ae048dacb31a2ca08ffa49288 0.37 MB 610 22
344,131 344,131 00000000000000000d37e16ccd67cfbae080000819ce2a846ccc7ae45a2e5cbc 0.14 MB 254 23
344,130 344,130 00000000000000000e29612cddb060facf84a91478ec1ceebb1f63d059c7e8fe 0.53 MB 599 18
344,129 344,129 00000000000000000b7b45d606b3177149070a0535fb100161286d17bf5217af 0.09 MB 229 33
344,128 344,128 000000000000000011e2f12a7d1deef8b95e4d45422c593d748b914429cb905f 0.46 MB 802 25
344,127 344,127 00000000000000000ada6ff16964daf87e81ca4f80b321ed825f4e0eb39b503a 0.00 MB 1 0
344,126 344,126 0000000000000000074de121233e54030f7db296a91c7e10d37b7a71a9cb865d 0.03 MB 64 28
344,125 344,125 00000000000000000163dd302dddbb7b1190ae3791ac081d4b7dee77e3c06252 0.22 MB 338 21
344,124 344,124 00000000000000000fca87ba2e657f62c1306ea266fd5c9437526872e254a165 0.10 MB 128 19
344,123 344,123 00000000000000000f35b34e455e645911b9130a5863815047e63514b9b86e3c 0.35 MB 809 33
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.46 GB sent, 93.03 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.