Memory Pool Memory Pool Refreshing

4,416 transactions (1.37 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,837 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,836 (839,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,006 69,006 0000000000494fdc33f42e79c283c89f91ad679e499bb7253f84d36ff670d00b 0.00 MB 2 0
69,005 69,005 00000000004daa362846670ab035d67bd0b81729d06ad5cf4624c0ed1249939d 0.00 MB 2 0
69,004 69,004 0000000000d3546a8f69b7e7af9fec1b08e88d2f956e4f4d27a0b19d82ee6c65 0.00 MB 1 0
69,003 69,003 00000000013eed7d1404d54d0fbc48a3fc89a797a7a082e5e8c4cc2d733b6c00 0.00 MB 1 0
69,002 69,002 0000000000262ef00f0da5cc8556d309380db5a9138db1637d641886b64f81a3 0.00 MB 2 0
69,001 69,001 0000000000caceb6daba8e2b048a3c6ba9eaa540f98e00e2d9811c39c1d6212f 0.00 MB 1 0
69,000 69,000 00000000000672cb3e0f7c83c90b505ecc9cee701747a50ed998dcf00c499746 0.00 MB 1 0
68,999 68,999 000000000166377e585af23e38d09a63b7bdc1fc23721faef49062115189993c 0.00 MB 2 0
68,998 68,998 00000000002e7ad2ff6c165b74a332fe9f0f332db009cab83a7dfafcea513e0b 0.00 MB 5 0
68,997 68,997 0000000001432480607f02a67bec23c4b4984b662d26d1d024897fa6691de1fc 0.00 MB 2 0
68,996 68,996 000000000113c180ce85df2be6707ca0dbde8e4ac39368f47af0faa6e5dc1e6d 0.00 MB 1 0
68,995 68,995 0000000000160bbf15d0da0169363f5119620ee0e526cb2fd71831a8c11bf68a 0.00 MB 1 0
68,994 68,994 00000000007eddd755e7521a4b9546fb1539dc1d75c07aacafea8301f20bd445 0.00 MB 1 0
68,993 68,993 00000000000a66edfb32881399b1edc2c9ffb607bcd713a6082cf3d6d556d32a 0.00 MB 3 0
68,992 68,992 0000000000407a593f27abe4cc7318e1a15217ab7dc579966b085b8922b4c792 0.00 MB 1 0
68,991 68,991 00000000008b1cff33b4a94f4a903d269d5b0549c59b990bafa23b1d62751001 0.00 MB 5 0
68,990 68,990 0000000000f6882cf821af8d3fc041e3300ebd9e1965b4abe131cd3ae8cc9fa9 0.00 MB 9 0
68,989 68,989 0000000000162a62760f4d949b51c69d23f1c207e7b10044d1673fcbb3fbef3d 0.00 MB 5 0
68,988 68,988 00000000006b8c65c4546291d4f9e4f60ca2bd53ad2d0e55feeef7faf18df2d6 0.00 MB 1 0
68,987 68,987 00000000009e245d3665788fe1dbbe4125c5abcf41603f97830894a191e31fc6 0.00 MB 3 0
68,986 68,986 0000000001223d0477ebc16ffd7dfed5109d11bb5984244ab3f1040c8f4c1b09 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.25 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,858.52 GB sent, 103.34 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.