Memory Pool Memory Pool Refreshing

1,149 transactions (0.59 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,803 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,138 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,802 (841,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,994 66,994 0000000004cb9c1c4e668106aafe0a90e1714348098c3e2bcc214deaee0a4a5c 0.00 MB 3 0
66,993 66,993 00000000000cc2eff8fc0bd4a91efb9258caa4929436bf05bd437d98f6a74d6f 0.00 MB 1 0
66,992 66,992 00000000026de82670bc85af6523b33a0503e87ea93d7b95b53bc14b057f0723 0.00 MB 3 0
66,991 66,991 000000000296f894a7dd5f93dc102305276356b58a55505379a0fe13b7a717b7 0.00 MB 2 0
66,990 66,990 0000000004e8c2e8b41a6062cb1ee28ad99b344143aba573328141be2efe5a62 0.00 MB 3 0
66,989 66,989 0000000002437576e8b862511556a1013d7280555ce30fd580a5f62951792538 0.00 MB 2 0
66,988 66,988 00000000048bf56323b4ea94fd7c4eac7562e5bc45ddf3d6349854fa6edb96ee 0.00 MB 1 0
66,987 66,987 000000000128480a55fe3b36012fcedbad2ae9aa64957b272ee393b2087639dd 0.00 MB 2 0
66,986 66,986 000000000179016d598209fd00fbba3c405fdbecb4e750abe375d6ae5429ca58 0.01 MB 4 0
66,985 66,985 00000000026bd9fd4385ba2e041e5d020425601ed02bc7093479a258d5cfdc84 0.00 MB 1 0
66,984 66,984 000000000443d4708afc6f513a7edca768d975f54acdd47266123fb5af3e26d9 0.00 MB 1 0
66,983 66,983 000000000139f262193dbcc1edb866c14e92feef5392f7c31511f124b4fe477e 0.00 MB 2 0
66,982 66,982 000000000502dd46867566494820da80081f472bb65e2b6a1d2687f22ccf53c2 0.00 MB 3 0
66,981 66,981 00000000009c2d791eb4ab473b6f7c23def28a4ef9026b696f0e1313e78d16dc 0.00 MB 1 0
66,980 66,980 0000000000736f2c756416076a7ffefd16dc213aa9da33a4ef7fd001567236b5 0.00 MB 1 0
66,979 66,979 00000000049f904083d76f991580bba1bb94a7c1ad37b726f622ed69251ebe94 0.00 MB 2 0
66,978 66,978 000000000104aaddd79b7ba69d4a6d96958cfb753efb6860bf7de96d468e0a66 0.00 MB 1 0
66,977 66,977 00000000001e8e246ab63d878ede53136569f3ecf7ce28f90c14a73a2b8170e7 0.00 MB 1 0
66,976 66,976 0000000004c71bad8a7910621a80ec5dff11c3d6faa5d383494b586491177da1 0.00 MB 2 0
66,975 66,975 00000000010fe6dec2b812ffebb1c1dc71ff18b9850e1380e3a0df6460fdb37b 0.00 MB 4 0
66,974 66,974 00000000057a01cf9aaf3149c271bfd362d7696e9ebbf33afe64a1a7450a7ffa 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.38 GB sent, 103.03 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.