Memory Pool Memory Pool Refreshing

2,974 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (886,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,152 22,152 00000000adac8ca97f28b01dda20e817928bcdf17f7c74236aa315dc981aa517 0.00 MB 1 0
22,151 22,151 0000000073998f33c75c616565d72a8e64b96ce38ef77f3bab7395e69b66f6ba 0.00 MB 1 0
22,150 22,150 0000000099dce9c68fcdf15b2dcd3547efb902f368099e1782ecd4208eb3f676 0.00 MB 1 0
22,149 22,149 000000000fa604143dd22ac7fbccfa1604514c56fbdccf749772b8f4a06cbcab 0.00 MB 1 0
22,148 22,148 00000000777e4839c79b990d8d3def45995d4c2530170094e2bf587d401a95c5 0.00 MB 1 0
22,147 22,147 000000005075c4f5b527c50a1d7e412540736f875112553fba36b39b54fdcd4c 0.00 MB 1 0
22,146 22,146 00000000795e3a449fb5a38923faa9a8114843dd88066903999d6947c23b15c6 0.00 MB 1 0
22,145 22,145 00000000735ab3dc4937f5c9faf9890db60862e621227675f1b9fcbc9ae41098 0.00 MB 1 0
22,144 22,144 0000000035bf42cf09a408e9103b244e91f530fd5b332680192e9b6e79fccc6f 0.00 MB 1 0
22,143 22,143 00000000460d40f8a7a68dfc692d2908292a2096ef799c8d781efcc168c2fea9 0.00 MB 1 0
22,142 22,142 000000004f30419a257691f63e1f7bb0c3c854a9910265691fa6f5aaa42e18f4 0.00 MB 1 0
22,141 22,141 00000000322a8c1985070452413d9c1c5e81c94d0597dac1015b8778087877c2 0.00 MB 1 0
22,140 22,140 00000000f4c5eba4dd151ff3b6181125bfc9fd9c12c4fd5ab90854619dab2582 0.00 MB 1 0
22,139 22,139 000000004882e6a49f5aa615365e3c2534a74c1b60b8d75e10bd57fa4124ebc2 0.00 MB 1 0
22,138 22,138 00000000cd6aca9d5df8558e4c330876ebb0e669e54c2fb9b8936771ed64aa07 0.00 MB 1 0
22,137 22,137 0000000062ee8b105b428ef77b091f922f51f7a2b9635152266edf0bf46f9892 0.00 MB 1 0
22,136 22,136 000000005a872736b5ba1093f0d346f6e4370682fc95e5b76e969d0582d05fbe 0.00 MB 1 0
22,135 22,135 0000000089f4ab565c45d3fc5cbb47a8094913c06b17cdb970572b534d2d13be 0.00 MB 1 0
22,134 22,134 00000000b940252f8d119eb3a7f2e3bbcb67354f631135da3dda64b0f8b86383 0.00 MB 1 0
22,133 22,133 00000000809912bba036d5956522ea7f8454620983af00e847ba7575e3c3c656 0.00 MB 1 0
22,132 22,132 00000000f444eaae9925d3ea556190a9eced73ddd5a6eacd0e4b864925ad5388 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.