Memory Pool Memory Pool Refreshing

3,617 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,956 (360,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,049 547,049 00000000000000000022434559c3dc083856a0899886e7db7bf3aa8092e4b6f1 1.28 MB 2,870 20
547,048 547,048 0000000000000000000f1447ce45e77747f2e5e948398adf79240cacbebc534c 1.21 MB 2,405 16
547,047 547,047 0000000000000000001f0c88dda5e011a6922be852de79d9d40267f8403b9a90 1.20 MB 3,058 10
547,046 547,046 00000000000000000019234c6d338d3c7a1e53d56f038408555a9e83edf0da2b 1.22 MB 2,161 10
547,045 547,045 00000000000000000026ea98e1ace3ea9d4fca7a992c3c5a104ab97f6c5adaf8 1.17 MB 1,726 15
547,044 547,044 0000000000000000000249bd16e0bfdbe93b2ed3559c2985c54318b657966814 1.08 MB 2,450 7
547,043 547,043 0000000000000000000b9b239134dd083b14f0a4baa0403a7a883a5086cad3ad 1.23 MB 3,172 18
547,042 547,042 00000000000000000020b8335a9eb0bbbb9e85bd46b19450508bb5d7bd382b30 1.20 MB 2,645 15
547,041 547,041 0000000000000000000d9a266a8535c8b024a2c933915f65c6c94352315048fb 1.15 MB 2,980 9
547,040 547,040 000000000000000000076db61e9a064ed4888a77656388752c5eff612dedf2ad 1.28 MB 2,232 11
547,039 547,039 00000000000000000011ea1f7694b5353949ca754ea1a13bf51d2464834baf1b 1.23 MB 2,955 28
547,038 547,038 00000000000000000004d784f95acb3668068b90cb43220bcc315d05fdb7963b 1.33 MB 2,798 17
547,037 547,037 000000000000000000051357110c61f0a63ca70e765e3c64a64df65f343e5f38 1.24 MB 3,172 25
547,036 547,036 000000000000000000098602454508113cfa4d0c9e4e112689af56b5ae2707fe 1.24 MB 3,178 26
547,035 547,035 0000000000000000002218aac6e76ad6313bf83e63fbc31a4f4036d0f19d710d 1.16 MB 2,474 7
547,034 547,034 00000000000000000017f26d3ee8974d23008a99aa9c36167d09350b1bd8f9f0 1.21 MB 3,069 13
547,033 547,033 00000000000000000014151e5098c90f67536e1646da771619f09993d1cf5f76 1.30 MB 3,252 14
547,032 547,032 000000000000000000249957c6305cc211f9af16ecfe8fae02c511bb0c60b89d 1.34 MB 2,564 14
547,031 547,031 0000000000000000000eb69ba18d55ca11076c83dd07338eea72a2c8ea00ed84 1.13 MB 2,734 36
547,030 547,030 0000000000000000000f836c7d799395d7d3b14ef5c12a8b1114b0c56edf8089 1.28 MB 2,840 18
547,029 547,029 00000000000000000010262bd676cdc7c7ac1d3b1ea51cd8038d5b384bdd2a6f 1.15 MB 2,574 15
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.