Memory Pool Memory Pool Refreshing

456 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (108,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,145 799,145 00000000000000000001b5b785cd3dd81680d055815c005aab4af30e4fe27784 1.19 MB 763 6
799,144 799,144 00000000000000000004dc55c47355aa2f6d3b6a8875d271e1e09cc5683198ca 1.63 MB 2,928 20
799,143 799,143 00000000000000000002fed59e221932961e0f736aa461ec12036e867491921d 1.92 MB 5,304 7
799,142 799,142 000000000000000000025563462b79fab1f32fc3abfd70f0bc090effc7a8e2c9 1.97 MB 5,099 6
799,141 799,141 00000000000000000002a26bd498c17892094fb7b89d7283ad45a2b812825785 1.48 MB 1,379 6
799,140 799,140 0000000000000000000519764347e825a3db267108283127e51d2cfd599cd681 1.75 MB 3,497 9
799,139 799,139 00000000000000000003596f711f488ef8bfe06c70441819f9f25a407fda2129 1.33 MB 2,153 13
799,138 799,138 0000000000000000000430839c0b6fa3b5de5745ebb017cc6af7cd0b4a5efdfc 1.83 MB 228 6
799,137 799,137 0000000000000000000039173a47e6b40a40bc8e28006168918d4a0f94fcdd2d 1.84 MB 3,400 7
799,136 799,136 00000000000000000002eca3dd87bad72b4c7dde386dfc496ea132b035197880 1.90 MB 3,635 7
799,135 799,135 0000000000000000000188857eb4f748f87006146a3740653f68e210c6a8e98f 1.87 MB 4,665 6
799,134 799,134 00000000000000000000b20539a94402bdf2ddf04ad0d20066ea669b862e9407 1.55 MB 2,623 14
799,133 799,133 00000000000000000000d06af26cecd1ae44cfed5fe69865639213e7cbf3c0d5 1.25 MB 1,694 16
799,132 799,132 000000000000000000025b32984edb2c0376e4344b6607fa725a76bc82fb9432 1.56 MB 3,285 16
799,131 799,131 000000000000000000023f7d46240509e1d65bc442f648cf0115f723ee249b09 1.99 MB 5,523 8
799,130 799,130 00000000000000000001c82c9645c40c7b7b21760ef3cf6186207e68d0c37432 1.88 MB 4,865 11
799,129 799,129 0000000000000000000156d7d8077c4157810fb0ab60a3c2021e373546be0e2e 1.73 MB 5,084 8
799,128 799,128 000000000000000000020f107c897b6d123330dedb3ab920864c2f2bb5b9ee3f 1.65 MB 3,138 14
799,127 799,127 000000000000000000027c1db409419ea77861d19c0690d64bd84facbc22e89d 1.55 MB 2,330 12
799,126 799,126 00000000000000000003e52c821e6a49727e22c3de66fc5b63bfebca54ac4f48 1.49 MB 3,453 24
799,125 799,125 00000000000000000002d43f61b9898c9f774adca57ad15398aecb53644c0219 1.92 MB 4,226 6
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.