Memory Pool Memory Pool Refreshing

8,448 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (606,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,574 301,574 00000000000000003b1bfedada4ec172d7ac0f0cf3e283373d6830a258ba0378 0.35 MB 1,115 50
301,573 301,573 00000000000000001e6c0e42804488fcbd028091e8cf6c5875ae358b63cc4008 0.35 MB 773 35
301,572 301,572 00000000000000000ef07838dd6823053503dfc51eb24ef34a47fd511287d75d 0.24 MB 344 39
301,571 301,571 00000000000000000baa69010f9db24d1b18f3aa379ddcffca886134ef26b1f2 0.16 MB 323 33
301,570 301,570 0000000000000000311c3e6def66835a6ce3be3451512b1f48877b7e0002f2a1 0.50 MB 636 24
301,569 301,569 00000000000000004dbfacc4ff7878d14e8ef3b08edf13530090a59ea3baee19 0.04 MB 51 20
301,568 301,568 000000000000000056384d1d9c9f3567fc98d7193985932c8b628fcf4d851db8 0.17 MB 244 22
301,567 301,567 0000000000000000270e20a0b107fe592c7f8401ea138097678081e483726f9b 0.18 MB 382 33
301,566 301,566 00000000000000001f3f3ef9c91b4b959210346d754b4d849d9ac30f44c85a3e 0.05 MB 86 32
301,565 301,565 000000000000000047577c565799a5572154be4fbafc95be0f2217e5188ad0bb 0.15 MB 262 29
301,564 301,564 00000000000000006ceb3414afbb712ec83648cf815df35e5c6e6c99fc149a40 0.31 MB 641 32
301,563 301,563 00000000000000000cc259e84bf53ae905f7aa5385d5764a0393d768bf855dd0 0.28 MB 512 31
301,562 301,562 0000000000000000333805f328c17212474e02109a949be9f7178fb51b7c9283 0.23 MB 314 24
301,561 301,561 0000000000000000022d4f526b3b280b6c17cc94e3709c0be0a0fba8175db7cd 0.17 MB 393 38
301,560 301,560 000000000000000051762a304e8709dcca0b05c856a30fb2a3044b72a3088dce 0.06 MB 97 19
301,559 301,559 0000000000000000719fbe0724ff1f11b24fad9ba73e93f09e59e5da23fd51d5 0.59 MB 841 29
301,558 301,558 00000000000000005a1ae0f272f559bc45cb0acc2f9d07b02b5f6c9e98a96309 0.35 MB 979 45
301,557 301,557 000000000000000038a5a19ec7c19fa855926538d2fc692d6d8b39b2fb48a202 0.14 MB 215 25
301,556 301,556 000000000000000070dae7bb3c1e2fc9b9810a40186d42040ec276357a750b84 0.08 MB 150 33
301,555 301,555 000000000000000029e81aa665f7bc66a2670322d4f1e3d5056742b894a18552 0.10 MB 166 28
301,554 301,554 00000000000000004d8feffa3e2163af36ca145593c8562671aa4a7988eb81ad 0.51 MB 961 50
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.