Memory Pool Memory Pool Refreshing

7,454 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,696 (818,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,994 89,994 00000000000d430e25f19168396742f6315659593f59471fb3fec801243ebd8c 0.00 MB 1 0
89,993 89,993 000000000013c6775a755f5019734134eed802fa300b4d0d5ddfa3b6eae6374f 0.00 MB 1 0
89,992 89,992 00000000000a2ffa089d76fb6750cd889c9ec879c948cb5491a8504bd3d11446 0.00 MB 1 0
89,991 89,991 00000000000e1efab2209693d476b5b794438c46764a91ea3ef82bd2fd882f5a 0.00 MB 1 0
89,990 89,990 000000000008d68c5beb5f7c17169a78b1d7edc080aafbf5cbb3515245f28ad8 0.00 MB 1 0
89,989 89,989 000000000011bcf8627d28661b32b97a87da22814b2343530e8a4320905a1b6a 0.00 MB 1 0
89,988 89,988 00000000000f9fc8ccb23dfb3096242229a3dcf8aa73a104880efb2b0a7fd988 0.00 MB 3 0
89,987 89,987 00000000000b5125c127c476ffb7f7bac0047e80679f0c7bae46c40505b4f02e 0.00 MB 1 0
89,986 89,986 00000000000c0995891478144fd56284090cf6233d7d4b74a146785110240fb2 0.00 MB 2 0
89,985 89,985 00000000000b8d74a08b961fe4e8deb198ba77bab605d7adbbc2aebb8fe0c233 0.00 MB 2 0
89,984 89,984 000000000012d041887c263e5f997bb60aedfdc12b0142c82eb36b1b7b3cc3b2 0.00 MB 1 0
89,983 89,983 00000000000abc8cddda1b839d59f4e809fc9952f9222ebdc3aba93247af089b 0.00 MB 1 0
89,982 89,982 0000000000063a408e3d96cfd3c9e8c87cf239f5f2bac25cac6a50ce34dc42e5 0.00 MB 1 0
89,981 89,981 00000000001485c6397976a157e190596f36c6c4a6ff74fe43af2a8e61627239 0.00 MB 1 0
89,980 89,980 00000000000e589fb51a82ba8998b6a51a1fdef94827d49a6635c39c4ccf378f 0.00 MB 1 0
89,979 89,979 000000000006fa75c655b960725b7cdef5233dc6ec58c5f6ec23d5526ecf69d0 0.00 MB 1 0
89,978 89,978 00000000000b6089ef510d8fdaa24c8e664997079a54d17a679e66d642d2c3f1 0.00 MB 1 0
89,977 89,977 00000000000b0a505abab8000fd87622a2d986f4fe6186acec8d2b3f0bcde1e7 0.00 MB 1 0
89,976 89,976 0000000000120f7649b56bfc8097be311b775d10f4322b494b6c547553f10bbe 0.00 MB 1 0
89,975 89,975 0000000000100f425cf973dc7cfe0ca34c540f9fcaa1f09b25044810b1040da2 0.00 MB 2 0
89,974 89,974 00000000000cf73ef87af67a7e5836bdb1d7d798e59e9d697b43345151d85e28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.