Memory Pool Memory Pool Refreshing

240 transactions (0.08 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (885,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,913 23,913 00000000c510250242bc94790b1276bdf2ec6cfa0b2a8246f634b547c81cad71 0.00 MB 1 0
23,912 23,912 000000006e38853d3fd574185fea885dbdea9178646404557f56303752510e63 0.00 MB 1 0
23,911 23,911 00000000d758912c1516cdae3e000c6582927c924e8537b5d59e09edcf1b4266 0.00 MB 1 0
23,910 23,910 000000003e84d12b77c6216e3a6af6277631e049658ea014be926a74290ef4ce 0.00 MB 1 0
23,909 23,909 000000007b842f6c4771e83dec5358735b71d68517435e6e3140110790273a5f 0.00 MB 1 0
23,908 23,908 00000000a9e70b38f87a7332e00d333964efaaf06a665c7d2ac4b1028bb78104 0.00 MB 1 0
23,907 23,907 0000000048354d1d026b15b329c2ef61e77409f1e2dcb5972193b74551596578 0.00 MB 1 0
23,906 23,906 00000000d1feb219f15d81668645c41a0ebc12ba6d116dfdbfb47d1e04e7d9a7 0.00 MB 1 0
23,905 23,905 000000006e656e886c3267000ffe96e0534fe2384cc37d4e84ac7d917720de97 0.00 MB 1 0
23,904 23,904 000000003019591b582f2acda9703bc1f0b76147cc7fc5e392cac163f3ab74b6 0.00 MB 1 0
23,903 23,903 00000000fad7acd3161ccb77b0f8eac39536dbb1685f804393f6dcd8a5b44fff 0.00 MB 1 0
23,902 23,902 00000000fa94af34f110dea2138710df2dc375a495545714be2214eec84b965a 0.00 MB 1 0
23,901 23,901 00000000737b378c784b7fd03cef34f0c0c1646472ebd097ddf5f844e358b5cb 0.00 MB 1 0
23,900 23,900 00000000393960f969d2e055fef2880fdfa54dfe48be81276bc67f7f73764650 0.00 MB 1 0
23,899 23,899 000000009268dc935fe995e67baa672044d73ee25cd156a4ac7b381445e0d5ad 0.00 MB 1 0
23,898 23,898 00000000a1576c7daea0dc647e87d57b335b06010fc4928a23c732364070ed58 0.00 MB 1 0
23,897 23,897 00000000c0be5f43a41c1f221998b95da6715107c36c3abe854772e0674a474e 0.00 MB 1 0
23,896 23,896 00000000ffb23c30adbe040379f8a0782364a0afc0dfe3a94d99a650f4e5ea09 0.00 MB 1 0
23,895 23,895 000000005667e44512e412521a20e87a1f9f6ab2aaebbdbdbadbf34199d27270 0.00 MB 1 0
23,894 23,894 00000000ecfd94393d4b3b0b7a4209b1fd684db75dd5a298c7b4df04d3767a79 0.00 MB 1 0
23,893 23,893 000000006a98d0f184e3a622f8a6f35e146883bb88fae469d2c888b87decb7d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 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,900.82 GB sent, 105.86 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.