Memory Pool Memory Pool Refreshing

7,930 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (248,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,365 659,365 0000000000000000000e3d834102d5377cc5fc4d45fd8851b98eb92987345fd4 1.27 MB 3,043 137
659,364 659,364 000000000000000000091e7a7c17b108a7c3d82c5d299d0012cfcdff70890f64 1.26 MB 2,732 93
659,363 659,363 00000000000000000002341b30f96f86c444809dda6900a78b02b76b6eab13d8 1.31 MB 2,330 89
659,362 659,362 0000000000000000000ad1b5b85c93d626123d1da381b6a67ba2589d115350b0 1.20 MB 2,687 78
659,361 659,361 000000000000000000060c983b4872dbaf7ed226dd32ce718438cc5dff73cf72 1.23 MB 2,341 87
659,360 659,360 0000000000000000000e7af174376897c75aa9b660e23b7d9840c4f721d8b2f5 1.33 MB 2,569 58
659,359 659,359 00000000000000000005d50533d3c8607e0a9f6a26aca76bd87d1e8ef427beb6 1.29 MB 1,767 50
659,358 659,358 00000000000000000000b95fc8f484d2cd43df0fe4f586aaa615325bad218cf4 1.42 MB 2,075 57
659,357 659,357 0000000000000000000c61d52d0f37925bec2d2fac42d5e75c24467ad18f4957 1.27 MB 2,326 74
659,356 659,356 000000000000000000083942a83f8cc7283a4161fe9e693cd02f33f69cf1085f 1.32 MB 2,731 72
659,355 659,355 0000000000000000000a2ee9594c914ee12ebee2025ff8247a91dbc8f4f58c78 1.32 MB 2,531 72
659,354 659,354 0000000000000000000a4c776a7e0c68f2c94310c0e8209902fec4630135fdd6 1.22 MB 1,596 46
659,353 659,353 00000000000000000003e6b66d25b06b55cfd7e97571834fe4d86f839a1a3c13 1.14 MB 1,805 62
659,352 659,352 000000000000000000063a791a848bb6c871296e1742e0e7d520ccf914871d08 1.32 MB 3,000 57
659,351 659,351 00000000000000000004843018dcbd39002a594b94587d8a77cf217cd3ed23f3 1.25 MB 2,849 87
659,350 659,350 00000000000000000004ded9fa2042e061b0db19b027611d3a9dc2418da98064 1.21 MB 2,313 16
659,349 659,349 0000000000000000000b0cff9df87e2dd519567d2356fa74d1305d10b60a14b5 1.20 MB 1,926 51
659,348 659,348 0000000000000000000297f03fae0441eff0597ee1503273f30328f83eee8c8c 1.33 MB 2,984 45
659,347 659,347 0000000000000000000ba6b240d3b0a18120326b5fe413f01dc96e052ad97c76 1.35 MB 2,522 41
659,346 659,346 0000000000000000000518dea7441cb4a4b5b79d47087fc6d67ff291c3badb1a 1.36 MB 2,253 25
659,345 659,345 0000000000000000000796f642bc333eee67c15ec0f586c686948771bba0415c 1.47 MB 1,753 11
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.