Memory Pool Memory Pool Refreshing

5,538 transactions (1.97 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,474 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (885,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,134 23,134 00000000684787ab5c88397aa4c9ac73c630a2a283b40ffcfda64db4cfac0ea4 0.00 MB 1 0
23,133 23,133 00000000ecb5bc40e77a6afa89037a29f1663e6e5343efda7f51748fc95de8f1 0.00 MB 1 0
23,132 23,132 00000000d883a1cb88e572bb25b9bd567a3b4a3d54f685651283f20e8e2f884f 0.00 MB 1 0
23,131 23,131 00000000672ef9395f27301f03c6af9cfa249762c4cf25de36197f30f344ce37 0.00 MB 1 0
23,130 23,130 0000000051bf56d7608fd9135ac078564f46d53c8ef36eaec5f3b327781a1e23 0.00 MB 1 0
23,129 23,129 000000009062dd0b448fc174eca46016228c174c52aa5928e0c43663943dd5b3 0.00 MB 1 0
23,128 23,128 0000000018b69825b35ec99c1e790feabf7f5fbc0abb92aacb5f4e9578ba10af 0.00 MB 1 0
23,127 23,127 0000000039a36327e5b3185c472601195ec356ac1d0d2c7418a725048863c0c7 0.00 MB 1 0
23,126 23,126 00000000e64d8de0f664913b372e54eb0b377f618ee18938d359d41e629e824c 0.00 MB 1 0
23,125 23,125 000000004484ae0cca24728f28f74d91550ca0d19842de1946649b4535670951 0.00 MB 1 0
23,124 23,124 00000000c5cd25ad743d778cd71a0b590960d01a3fbc12f34ff9f914d6f9bfe4 0.00 MB 1 0
23,123 23,123 000000007bbf26cbf6501a723b7b04df8d3789e8f5c3c85ad1b190655094e4b9 0.00 MB 1 0
23,122 23,122 00000000209f2795dba822293670380ffe495dae35653fd9f566d7383aae39b3 0.00 MB 1 0
23,121 23,121 000000004475990f5c025ed71b747db912e458d939f69fa1b55d114e4e60a109 0.00 MB 1 0
23,120 23,120 000000000494c73a3f0513157c1cc7cc50ec17fc237885e2e6d8a2ba198120e4 0.00 MB 1 0
23,119 23,119 000000003c325fb49bfdac798f918c3b576542e35fffe483afd13454bba1822b 0.00 MB 1 0
23,118 23,118 00000000a2343c55077c1848a6db921b8b2e26b6f5aebb7faf11737259f6a1dd 0.00 MB 1 0
23,117 23,117 00000000c50cc1292484f95ab2f6bd4504a962e7ab3d29f4c6310f4387b319c7 0.00 MB 1 0
23,116 23,116 0000000096c54bbc0f7399ab59a805059abb60e97473a8b19ab70e10c87f65cb 0.00 MB 1 0
23,115 23,115 000000006868c3bdc361cae3dd499833f627f2780037adb9ca70588ee5906a31 0.00 MB 1 0
23,114 23,114 00000000663d9ae192ebb909232c3508139de9443640db30fb4630ecee10b77a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.77 GB sent, 106.54 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.