Memory Pool Memory Pool Refreshing

3,719 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (69,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,170 838,170 00000000000000000000c0862b2b80ded7e8731185518fa06e9bec05ec7277e8 1.84 MB 2,774 13
838,169 838,169 00000000000000000003419bc4e3b9018ed58ab3c034c3cbd1602d1432fe0c00 1.62 MB 3,136 16
838,168 838,168 0000000000000000000229510264123749ecd28aaa9fb7932c74686708a93f96 2.07 MB 2,973 14
838,167 838,167 00000000000000000001c4e8cd89263c348b8a0558de2d33c707430e3b550116 1.88 MB 3,716 14
838,166 838,166 00000000000000000002448f96b5e31c9a53fc08a3309a8596247605f6827c47 1.83 MB 3,014 17
838,165 838,165 00000000000000000000de7467d53b2c19b2e46ca696abb373fcb77867d46741 1.75 MB 3,176 20
838,164 838,164 0000000000000000000341e67515fd069eeb11f59104f7f04613f195ac52a111 1.66 MB 2,984 20
838,163 838,163 0000000000000000000242c0384357319aacbc3827b46dea9648ec43f6c79074 1.55 MB 2,865 20
838,162 838,162 00000000000000000001390c3eabfc3736a516a90c72991dc28a9b113be9b20c 1.84 MB 3,571 13
838,161 838,161 00000000000000000000128393a0d47361077590017622d8498eef13e7eaaa78 1.73 MB 3,494 14
838,160 838,160 0000000000000000000172f157fc8e0cddcc82ff0d1123907b1c883ded548c8f 1.73 MB 3,140 18
838,159 838,159 000000000000000000011ce3ceface0f9d2fab709d65a1feebfc94398471a26b 1.59 MB 3,136 21
838,158 838,158 0000000000000000000082cad8e4036d039f4b19bb52605a5bf616d80db4cf48 1.56 MB 3,288 21
838,157 838,157 000000000000000000006acfbe1870d51ba9fc2152f4c40083e0b6b1f67bdad3 1.53 MB 3,241 22
838,156 838,156 000000000000000000029fae6b92f4ed4741340231066b0972863d0c565ee169 1.81 MB 3,192 10
838,155 838,155 00000000000000000001359d9e96047ad3f85e8817dc99a942c6e8a987c4f22f 1.47 MB 2,606 10
838,154 838,154 00000000000000000001bfdf600a744af8498ace7050f7743849fddcae3e0afb 1.84 MB 3,114 13
838,153 838,153 00000000000000000000769f5513cdca937f23c75c5fa3b52ae813caf402417f 1.95 MB 3,063 13
838,152 838,152 000000000000000000021257a8ff7c95247d8ead436404e95ad8a9cbd130e8be 2.31 MB 2,449 14
838,151 838,151 0000000000000000000153df1000cc45b7167c29e19bcb8b96cc37b485ce1a75 2.09 MB 2,587 12
838,150 838,150 000000000000000000021cf4bdb49523344523353b7e4b92a212832f0558fa97 1.58 MB 3,377 16
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.