Memory Pool Memory Pool Refreshing

15,656 transactions (3.65 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,015 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (902,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,050 7,050 000000009ceba0463e092013c13f67b899e2beecaab0a557115ec9aa12a9900b 0.00 MB 1 0
7,049 7,049 000000003fc64c60236d6a8921e7d9dffb536e78321ab37f1136667cc39a04c0 0.00 MB 1 0
7,048 7,048 00000000cf0e9000778f9af0929ab6410aa02904e078ffe9eb14610ec8b4b2ea 0.00 MB 1 0
7,047 7,047 00000000aaa4bb5f000426e08ad6109cac943d3e15c62637869058a97b63962c 0.00 MB 1 0
7,046 7,046 000000004f012d3deeb53ea9bad75ac1b9d421522c4bcb84f41c4429265594b4 0.00 MB 1 0
7,045 7,045 00000000a72d798b3fbeaf6eb83b4bdbc340a61e41f5db02c53e2e8903822f6b 0.00 MB 1 0
7,044 7,044 00000000d72e6a08414c439b5fa6617dd9528202a586fa252bf9e32733d6843f 0.00 MB 1 0
7,043 7,043 0000000071a1fb064c6ea03c5a3e2bda8660f2c853d935c197e03f87d254b4c9 0.00 MB 1 0
7,042 7,042 0000000035ce6849182998e5c3ebca7df396885e0ea53e9bb28eafb98d5f7d9b 0.00 MB 1 0
7,041 7,041 000000000a7730e01cb8697d6ccf1ad93e235ba42e86eb467dc22a7d581e5137 0.00 MB 1 0
7,040 7,040 0000000002d7292bf3f95b1396e5ccf025e6b43c2287db8bbf3b5b2b366974b6 0.00 MB 1 0
7,039 7,039 0000000095611515a473f2c6c11b291a07846def79300a2e7dca2c487651beda 0.00 MB 1 0
7,038 7,038 0000000070cdf861aced1a06b79a4072650000d6cf4c360642ab0a5171784352 0.00 MB 1 0
7,037 7,037 00000000ba7796b119b0230c5b5d9b2f55296930ce323ecaa3ab5e8ba0c26851 0.00 MB 1 0
7,036 7,036 000000005b3f9f5a28b3a6269666a7cce802abd90fe1f6f4f3f678907b054c81 0.00 MB 1 0
7,035 7,035 00000000bbed92b5479c99db0db6180da4f5d985100ec7fa49542b50f55e63aa 0.00 MB 1 0
7,034 7,034 00000000f38abfe1610549168b2b686005cd1a388a2f06f6fc779813baaa27a1 0.00 MB 1 0
7,033 7,033 00000000ed6073468988f71c78808ce5ad2a0f5f0c648681478e4dcec6032b29 0.00 MB 1 0
7,032 7,032 00000000ea5c1e26bc1d5c062b837f3f639477515b23b093e7ab0de78a718572 0.00 MB 1 0
7,031 7,031 0000000064c177ee27588d11dffda0f450f131ca155ece5987a88d211976adb9 0.00 MB 1 0
7,030 7,030 000000000763975802abb62458b61145ed86ef888029acaccfa2bd567781419f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,985.46 GB sent, 107.08 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.