Memory Pool Memory Pool Refreshing

17,449 transactions (7.95 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,189 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (843,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,926 64,926 0000000005b2a4be917d6c81ac03b8e1e0ae5f52cfbf7005fe4f7f18c1c7c21c 0.00 MB 3 0
64,925 64,925 0000000007198d10b8d4011c5feed573077f6e6690c12dd25d18755d09667b3a 0.00 MB 1 0
64,924 64,924 000000000990f3dbf292c443091d08673821980a9c7e442a295af2ac558d210e 0.00 MB 1 0
64,923 64,923 0000000008d08457790c36c586e6de6e17de3ab1e1e7413a18ca23cfbd933bbb 0.00 MB 2 0
64,922 64,922 0000000001a1b65f9b7defaa4ce24a0d2e0aaebe2df69c7475543c75b400d26d 0.00 MB 2 0
64,921 64,921 0000000000adab286520f2b8658f427355212a754949b0de2183edc8ab7b8ad7 0.00 MB 1 0
64,920 64,920 00000000086e8f2baed29051774413fb5e4f8d318af49cdbb479188dbf3a2a33 0.00 MB 1 0
64,919 64,919 000000000572ddd163cd135aeead35c19b2fd9ea67ea6905d36410d12df7c2ad 0.00 MB 1 0
64,918 64,918 0000000000f3d9ba92746f1af6fa16d3f6c775cab051964a44c9b1fa0f072e72 0.00 MB 2 0
64,917 64,917 000000000793bc4ef0fe3f64eef79426312f4ad042a8077ef7b7963979cc297e 0.00 MB 2 0
64,916 64,916 0000000001ed83d1c6d31e262bbfab25d9220f66d5198395333a488ee98fb8f9 0.00 MB 1 0
64,915 64,915 000000000976b4ddbd793b6eff1012d39faef5afb7164e570e7088e298b6f0bc 0.00 MB 1 0
64,914 64,914 00000000081fd0da55814f8dbd38df27917dd77df5e8dd936d40a676eb3a9d7f 0.00 MB 1 0
64,913 64,913 00000000096d1823b72db574a9714b34a7661bc8b7b6e75654d5a5a13e6e68b3 0.00 MB 1 0
64,912 64,912 00000000070c80a4bb1bef15938723e808739f927a97532a528236c69fa84eed 0.00 MB 1 0
64,911 64,911 0000000007009f6475f4f8595da6b06a34c271396158a34f5cb6b5f88c26485e 0.00 MB 1 0
64,910 64,910 0000000002cb2cbc3e53bf66f92e5e9e3f3ffefe12cf3da2e34caf73c6280b8e 0.00 MB 1 0
64,909 64,909 000000000a902492914344b1b1bd9514af4601e37717de3029aefaa95abe748b 0.00 MB 1 0
64,908 64,908 0000000007f5bfc868e98ac4173a766189f59f8b505f8f74c1dcdb22aa800749 0.00 MB 1 0
64,907 64,907 0000000005ff2148871efeb971dbedb9da04bfc139fa0e489bf402a999cca01e 0.00 MB 2 0
64,906 64,906 00000000004d1b117703a50058e7edc96fb59fd0f657415a07892bec8baefafe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.01 GB sent, 104.38 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.