Memory Pool Memory Pool Refreshing

6,806 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,527 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (629,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,904 277,904 00000000000000003b3152877c398a2310f3933cc66ac3fb8e8f223f327597dd 0.10 MB 178 39
277,903 277,903 0000000000000002dbb6a91f00e5e1f054ae60b63fe01573095db98da5875008 0.15 MB 315 45
277,902 277,902 00000000000000009c7cf117d106b6bc7fc110f32d35b97a5b422675e621dbd2 0.09 MB 144 40
277,901 277,901 00000000000000017782a6d566631572ea1977ee84f9f79dd442126f0802d7c4 0.14 MB 339 44
277,900 277,900 00000000000000016ac3cf46d00a505c5fae30ea735c9c5ade8fd15ac9cd6f60 0.20 MB 307 36
277,899 277,899 0000000000000001bd16188bf429803bc156be4c5fd8b6262492c09d1e80b2b2 0.22 MB 410 36
277,898 277,898 000000000000000285989529cbf534093cf09347b9fbe1ce3540da7ce8db3930 0.03 MB 90 49
277,897 277,897 00000000000000032eb4d3abf282b1503dd86c41aa6e05417b80a75fbcde3f92 0.06 MB 70 17
277,896 277,896 0000000000000000a37d9ef2a8f0b7d50f905558dd1b291554c4bddabdbb8482 0.05 MB 107 31
277,895 277,895 00000000000000011234eccb94de94dabac82f146334e96f35d3c7cef8352809 0.03 MB 38 34
277,894 277,894 0000000000000000a890a2bf375b946252671e59f2a71d06ee78d62236dfb197 0.09 MB 174 45
277,893 277,893 0000000000000000bb9bb0fa8cdf81df41c43eaf0cf74ed67f7ac9563e5d7180 0.03 MB 62 65
277,892 277,892 000000000000000139574448e7b1e0ba1149cc8760d43e4687094eb66cff70d7 0.13 MB 316 55
277,891 277,891 00000000000000036b18d36a51287878ce8f5c787ce18cfa628cadd5c910bf8f 0.25 MB 598 50
277,890 277,890 00000000000000038ae49e941d88aada3511533726957c0ed82f9ac3774477dc 0.15 MB 303 34
277,889 277,889 0000000000000000783c2fa044be303077f8b5fca5d6b9c94bbb60afdc616670 0.21 MB 454 41
277,888 277,888 00000000000000020d54124ec2ef26adbad484003ccc5b17a959b22a654e6f1e 0.25 MB 655 50
277,887 277,887 000000000000000099630b3f60c04edf89931160a381ca0a5e3bc35d1195272d 0.13 MB 282 44
277,886 277,886 00000000000000038ec2a39e926be374dde64c63aaf2408c44b5930a8e2347ff 0.00 MB 1 0
277,885 277,885 000000000000000096110a177ec1d81ba43622df8d77f6009ce456f236a5293c 0.01 MB 22 28
277,884 277,884 000000000000000348e96e3073c0df2146c81f372e12feffde2ad9a619cb36a9 0.19 MB 416 40
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.