Memory Pool Memory Pool Refreshing

8,128 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,312 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (48,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,904 858,904 000000000000000000029c170419040f94cb08f7edb68a8c10fd455e72ea403c 1.68 MB 3,492 6
858,903 858,903 00000000000000000000a3338f1fa4a5b2141c6c205511249e1206fd246901da 1.51 MB 4,161 4
858,902 858,902 00000000000000000001bcfee3ac3e5de7c75c1468851f017ece110463d3950e 1.61 MB 7,180 2
858,901 858,901 000000000000000000025e67d93a6cbe2d5555e69fc7db1bcbff02ea2084b534 1.60 MB 5,272 5
858,900 858,900 00000000000000000000a3f8d5a77ba928efa24682c37348894cd34da269e5d3 1.54 MB 5,233 2
858,899 858,899 00000000000000000002831368ee44f50783baf18ab83e69e8f8f421c50ddc79 1.69 MB 4,462 3
858,898 858,898 0000000000000000000076918decb6ddd61319731ffedbe6f92c7af75d55152d 1.55 MB 4,474 4
858,897 858,897 000000000000000000014269bc08d3470116b345a337f2211bbc3b5d4e9892e4 1.78 MB 5,322 3
858,896 858,896 000000000000000000018a4cd73b7b759dae7a74de267d008159d3571a1d9fbf 1.59 MB 4,968 3
858,895 858,895 000000000000000000021ac4217bb9440606f25e6bb779c5303a62d64cd1f8f4 1.99 MB 1,477 3
858,894 858,894 00000000000000000002e067450ded5c74e6857e934defb7fc8e4fcee5a569bb 1.67 MB 5,374 3
858,893 858,893 0000000000000000000133a6db734d785ccd0fbea8eac865c652d4d35ae0feb7 1.66 MB 6,757 2
858,892 858,892 000000000000000000017c9c773204fd35fe9a9fc8d8aea50b8f3fcf3506a825 1.65 MB 4,127 5
858,891 858,891 00000000000000000001fd93fbf0801f3958ccbe3b6c54eb81596a96a085c6d5 1.63 MB 6,039 3
858,890 858,890 000000000000000000012686285620afdb7c6c4f147b69b3d7673df4d22e2ac3 1.67 MB 6,247 3
858,889 858,889 0000000000000000000036989ad6ebaabfc16c118c207f4aa21732d0509f2197 1.72 MB 6,765 2
858,888 858,888 00000000000000000001ee4f505abc5987040bb986b9d66a4e9b2203454665c6 1.64 MB 5,220 4
858,887 858,887 000000000000000000008df26ef2bcab8024b596de55763f31688d3d93e0e958 1.55 MB 3,574 4
858,886 858,886 00000000000000000000c7ce903c90d10c9a6e2288c4083913c4b90ea76ad9b4 1.36 MB 2,711 5
858,885 858,885 0000000000000000000271f1a42834620b1a32aecc9100c7a157456b38944ed8 1.61 MB 6,525 3
858,884 858,884 0000000000000000000202ae508405a6f821332b7fb19fcba5eeb71687fea6ce 1.75 MB 4,157 3
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,603.84 GB sent, 92.39 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.