Memory Pool Memory Pool Refreshing

176 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 168 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (360,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,178 547,178 00000000000000000022b254c52bab872da2fa3003557e109a26ca7ddde6b08c 1.18 MB 2,574 30
547,177 547,177 00000000000000000008d05a3b4530691dcfe048fa046bc1c95cbf7ae6c60ff0 1.17 MB 2,732 7
547,176 547,176 0000000000000000000bd77dec9b45103130117ae728d044fc81725160651699 1.26 MB 3,317 17
547,175 547,175 0000000000000000000ac1ddbcefc27253545562521081e2e757c62430a532b7 1.29 MB 2,714 14
547,174 547,174 0000000000000000001193e2fcae12c4bc6bc8f581a4b4dd80cc24f573e09140 1.28 MB 2,933 10
547,173 547,173 0000000000000000002153906792559166f3d2c5bf2e6bc6a6515b3e2ccc4d70 1.26 MB 3,235 25
547,172 547,172 0000000000000000001f6366d347e6c91de266fb5ba59e16bb14de9e80f7aa4a 1.22 MB 2,844 16
547,171 547,171 0000000000000000001ee5d5c6264130de09d12e9544b374871b6b9805b44532 1.12 MB 1,412 11
547,170 547,170 00000000000000000021b46c1ee7c979123223009f212bc7400c7c74bd828b6d 1.09 MB 1,174 8
547,169 547,169 00000000000000000007d8ae6288742bf591e7588b2928d817ca71e18cf1bba5 1.07 MB 1,099 6
547,168 547,168 000000000000000000260f59807e7faf566eba642f1154047d77443e9eb6290f 1.09 MB 2,479 4
547,167 547,167 00000000000000000001f46956a52cdbd8106533cbd997d07dd477d9e5b47011 1.26 MB 3,063 16
547,166 547,166 000000000000000000190b6063c65e9c13e74422e2ed86164cf566f6229d4f86 1.20 MB 2,324 13
547,165 547,165 0000000000000000000a8fdb8f6eba72d32b73283318b39b42f28deb28c49e4f 1.36 MB 2,390 13
547,164 547,164 000000000000000000025960c8cd64605ad104c06860d022252c7ba76512f163 1.00 MB 2,183 24
547,163 547,163 00000000000000000000fff821504f0478f313aa73cd7483d413a221b40645aa 1.29 MB 2,174 12
547,162 547,162 000000000000000000027d6048c69fe28b225c62ac04fab136667536f3ff5f8c 0.10 MB 313 17
547,161 547,161 000000000000000000143137de206f8416014c4abcf96dd41f0376c877c36bfa 1.20 MB 2,188 6
547,160 547,160 0000000000000000000ed8256bc908133f4461a72a17ed18abc850b638055752 1.16 MB 2,941 9
547,159 547,159 0000000000000000000fcbd483f1d1a70b029875fd54fcad7a1f121541253f24 1.15 MB 2,692 9
547,158 547,158 0000000000000000000026cf32d295c90f43fd1c36a7a5c18620d48f41c60a94 1.45 MB 2,853 10
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.