Memory Pool Memory Pool Refreshing

4,910 transactions (1.20 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,058 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,057 (827,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,035 82,035 000000000007c4047fbbd58b1e2262aab1ddb2798367a08304639ef4a083bc46 0.00 MB 1 0
82,034 82,034 000000000010c8b25ecc4ca1a2c7d38e1a86209015657d674b5d60ca05396584 0.00 MB 5 0
82,033 82,033 00000000000d7cbf8259803755c8adae0ddb1ccc63c943d8c874ba082f7b221e 0.00 MB 6 0
82,032 82,032 00000000000705c310eea82f150c0fe1735590e38e142dac87675a7d93b97fb3 0.00 MB 1 0
82,031 82,031 0000000000289d220d2f72a6afc470f134ed74077d37ce3a96ea9fb5cc1e3af6 0.00 MB 3 0
82,030 82,030 00000000002312f845a9e6997b85fd67a2bd67f6bf39ef0b5a9e3e606a4be33a 0.00 MB 1 0
82,029 82,029 00000000000030e5e64e15fd4dac10175e2988443769c1fd978f9b7570d0bcb9 0.00 MB 1 0
82,028 82,028 000000000020c810b5cf4e1afe1811f6a0c5f73b979c692b73620c226fc376a0 0.00 MB 3 0
82,027 82,027 00000000002ddfb420043770480d36ec684254f37cacecf53d7b9e1fb3088825 0.00 MB 1 0
82,026 82,026 000000000020e57bc5b909e698a64a2ee6def0be27a1dcf277170275daa6cef9 0.00 MB 1 0
82,025 82,025 00000000002011dc662a70a9f2a302a0341452841d7b6a60e7a1728b872d4c4b 0.00 MB 5 0
82,024 82,024 00000000002ae8067905d0f491f58175eb4d963897faa647f5f7e2700c564083 0.00 MB 1 0
82,023 82,023 00000000001b5a7e2ef8909f738c97d2a86b6e3a687c93d7958975b581bb157e 0.00 MB 3 0
82,022 82,022 00000000000852cf87a3bc57abd987d497d570ce733ea9fb2914dc26c8d5c107 0.00 MB 5 0
82,021 82,021 000000000023743234e4ae2efb4b7d3c1341e8d58517c4365faeb47d8503af39 0.00 MB 1 0
82,020 82,020 00000000000b5d7a93181bf529f1f9b1e9769576b2de9e112f8d8c245debedf8 0.00 MB 1 0
82,019 82,019 000000000032edd5e394ec41ce880cca81da31dac5329057e6313069318c2826 0.00 MB 1 0
82,018 82,018 00000000002a98f744a50271c0f8090ca1f0fe00675ba0b9d9bd28290c6b4e62 0.00 MB 6 0
82,017 82,017 00000000000a032981936b74199bdca7ad3658e30e0a076d486eaf6de0bea571 0.00 MB 4 0
82,016 82,016 0000000000449130d8dd41ed86101593b3070502e31fb6bbeac1a700920ebf09 0.00 MB 3 0
82,015 82,015 0000000000161dddfe4ed5ebcde10eae364c6ec2c077f0d8f3b47546f0e0a3df 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,898.28 GB sent, 105.78 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.