Memory Pool Memory Pool Refreshing

14,286 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (5,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,098 902,098 000000000000000000010272b837451d93f03b98877c060bfd961d8736535d86 1.47 MB 2,551 5
902,097 902,097 000000000000000000002ce08e0d2028665aa21748719e2be7495ad0d8b43e16 1.22 MB 752 2
902,096 902,096 0000000000000000000225ae44d57bb726b833c749d2812a5f4dec52cc61c267 1.59 MB 3,389 5
902,095 902,095 00000000000000000000c0e267be187053dc75735998c58ec36ca320a2e74d9b 1.09 MB 399 2
902,094 902,094 000000000000000000020ea71c169b7380e6d50666d307f4c719f34690330572 1.09 MB 254 2
902,093 902,093 0000000000000000000059dd93b1aef4cc17d9743c339e1be6669177dd124a28 1.81 MB 2,059 3
902,092 902,092 0000000000000000000020936095a80cc2dfc1f810cc46e004222cf5384433ac 1.63 MB 4,492 4
902,091 902,091 00000000000000000000575121edec58421cbd295aab750245cbef7d73ccd219 1.58 MB 3,478 6
902,090 902,090 0000000000000000000070ae7b2387dc21a354d39406af1a3fb4f6b8810895bb 1.47 MB 3,445 10
902,089 902,089 000000000000000000008bc75c46a3a45e12f60fe7a0068856b89751dc3927c6 1.09 MB 240 2
902,088 902,088 00000000000000000001aaa88891053cdd47c0a59a8f870c27a880d8cfaad0ea 1.10 MB 163 2
902,087 902,087 0000000000000000000006ae36b834ac51a29da46e2cc7ab68ab4737b2ace9d9 1.74 MB 3,182 4
902,086 902,086 00000000000000000001750056f58be0d825c02a0e837b776d8fe7aafa5b96d2 1.78 MB 2,193 3
902,085 902,085 000000000000000000008d937938d7a40c8463f08c02a430af109b9e9ab5ee0c 1.53 MB 3,879 7
902,084 902,084 00000000000000000001a66b12764abee794730219e0af6acba21a9fa60076f8 1.51 MB 3,606 5
902,083 902,083 000000000000000000007bc8b2a85b46054b59f508930dc243f7fec98fdbaa9d 1.79 MB 2,559 4
902,082 902,082 0000000000000000000042f89dc1eb865e298217e10fb8448a99ab4544de4b7d 1.66 MB 3,475 4
902,081 902,081 000000000000000000013b9807d6d464ca302b7761a251dc0b4727db508830d3 1.59 MB 3,066 6
902,080 902,080 000000000000000000005d75083be5924120dc1f20e893b1ea7681f99ab113e7 1.55 MB 3,420 6
902,079 902,079 00000000000000000001b9f67089cbbe1f86551294ba0867a70c282febd2b9c2 1.64 MB 4,154 5
902,078 902,078 000000000000000000008520cd282c75acdcc64867668b1d3969a6f8014cd4d5 1.47 MB 3,417 9
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.