Memory Pool Memory Pool Refreshing

1,404 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,652 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,404 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,651 (818,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,005 90,005 00000000000a8288660b90a135bc090e6911b5c3a6bda006c260a74a9c177da8 0.00 MB 1 0
90,004 90,004 00000000000a0e6aea6c4e36f54729c251270978eb06313ec3b8a94e48bac80c 0.00 MB 4 0
90,003 90,003 0000000000139ce53b4d44f500e78c3cd4fab17bfdee0df360ef491ac6cc08b4 0.00 MB 3 0
90,002 90,002 000000000001c89b6f19267bf7c051ab475665d7be203ae056701b5e1cf01c69 0.00 MB 1 0
90,001 90,001 00000000000bbe48ef6c02c01e4cf6b332825e7943a0cc15a5678b0a92858a20 0.00 MB 1 0
90,000 90,000 0000000000071694daf735a6b5da101d77a04c7e6008c680e461f0025ba7b7af 0.00 MB 1 0
89,999 89,999 00000000000866423a91f24439c1c9ca00fc080329e8aa2b4018828959b1fd82 0.00 MB 1 0
89,998 89,998 00000000000e042bb93896a5b5af4c8a50a245d425575a4b8afaae16c0e2cc72 0.00 MB 1 0
89,997 89,997 000000000006074580693308a1752351693a168eb41f8b7740a7aedf7576ad8e 0.00 MB 1 0
89,996 89,996 00000000000e51746316046c821965afa4795e405c1ea2ea9172b09116d3e3b6 0.00 MB 3 0
89,995 89,995 00000000000f0ba0429ac1387ad614caa4ae5e9dc90e88d14dde6c90d8e99759 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.91 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,851.47 GB sent, 101.46 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.