Memory Pool Memory Pool Refreshing

4,868 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (595,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,241 312,241 00000000000000001208364c6a39566ac706836c30d6b0b68f96101140fd9052 0.02 MB 72 9
312,240 312,240 000000000000000007bb3bd577601ea61881273fbc242b44c3e558e72557fc17 0.12 MB 264 27
312,239 312,239 0000000000000000038df04a44613d5d8c25e160a35e0d6c59a1374f3677cbce 0.06 MB 144 32
312,238 312,238 0000000000000000151fe8eac2452cf64fb4ca64377210a442690e38e3555c94 0.66 MB 867 23
312,237 312,237 00000000000000002adfcbdd30601665ddd1d65da418490ea03adf51a1f85fd9 0.32 MB 532 26
312,236 312,236 00000000000000002976524bc108e0638c5f630366c51724bff26bf1e2b82818 0.43 MB 457 18
312,235 312,235 00000000000000001213f3363640dde4b4302322a29ac5baad5f2a17abd552d1 0.61 MB 964 27
312,234 312,234 000000000000000002d42b991e92bb181614732f8747d931fc7503ce6bb22702 0.25 MB 517 30
312,233 312,233 00000000000000002d2d0d4ac1adc9dc83cdf27279e7cea07ef35767e96b6f5c 0.02 MB 36 23
312,232 312,232 00000000000000000235191504dde206aa907d49ce82ececdbd35623200a3563 0.02 MB 51 21
312,231 312,231 00000000000000003ddc4737d0a3f57a4ed39823b70f45f9b095d41c3d1a46b0 0.20 MB 376 27
312,230 312,230 0000000000000000175f79241f0a759ada00cc15f38e796a406265a98b75a8a9 0.02 MB 48 14
312,229 312,229 00000000000000000f18069e7adde52e995f7d55c0444a546f1fc145c62b8984 0.08 MB 127 25
312,228 312,228 000000000000000002cada98e92586c82c2dfa978dfb9ea3be599523bb3353e1 0.05 MB 96 28
312,227 312,227 00000000000000001ac404711b395f412275dcfd7c13fa9d43088e9c4e69f2fd 0.56 MB 992 29
312,226 312,226 00000000000000000dea530eef3d9b578ce695b5d9538ea704a52c84b49ab6ec 0.24 MB 456 31
312,225 312,225 00000000000000000bcbd1b5138841d15dc04ab2b957fca437d37b26c51a5685 0.07 MB 108 16
312,224 312,224 000000000000000005aa146cd549378bc22f619b8be508032460a02ef7136a83 0.06 MB 110 33
312,223 312,223 00000000000000001fb7708a13852343f2427bf19a346ff8c4bce23c78caf7a1 0.26 MB 300 19
312,222 312,222 0000000000000000364591d158b2ad540bc36be8fcca23aed41194b44bc32d27 0.10 MB 256 46
312,221 312,221 0000000000000000397e178329db43da460cc5cd7f49332937879f5a4298a389 0.21 MB 348 26
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.