Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (884,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,924 23,924 0000000023bfdfd0a344edf64fce11dec32e1fffbd13fa114972c063891758cd 0.00 MB 1 0
23,923 23,923 000000006b78d2162b95dcc8121f3334043377bb55e946e7e0bf464c967db924 0.00 MB 1 0
23,922 23,922 0000000040c6d6f7281a6bd8d79e2daaf30508cec2d364bbceaa6f62afa1451b 0.00 MB 1 0
23,921 23,921 00000000f12465d10ee206bc4fe424029e68b88463c545d4b79d3374113afe06 0.00 MB 1 0
23,920 23,920 000000006779d2d792c5fd1b798df2711dd7a2b5de1d0e0ccfe4f99041318976 0.00 MB 1 0
23,919 23,919 00000000c7c9ad2145f5d19940e193a992055944ddd3d5be2af2beb3d1eb8799 0.00 MB 1 0
23,918 23,918 0000000089d603665b82cd21730012684accbac6f29de709521fe098f2abbcbd 0.00 MB 1 0
23,917 23,917 000000008595b875aef65d75bd0a745547f89a6db8c6b87271897aef8740f1cb 0.00 MB 1 0
23,916 23,916 000000003f3ee19e8cb44423ed146056528698c04c8a4aae2b11403b309e7ce9 0.00 MB 1 0
23,915 23,915 0000000058d8aa3c743e7830b24fbeb10bb40cce86e9bd22a700abfe77e5bdf2 0.00 MB 1 0
23,914 23,914 000000008e5b2eac8d336906ec0180e251516de294e3dc8627620e4cfa320d20 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,859.83 GB sent, 103.49 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.