Memory Pool Memory Pool Refreshing

4,853 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,072 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,071 (242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,829 907,829 0000000000000000000201ce94d7393ce2f2811a75b6869e88a93fa328b10ee0 2.72 MB 1,160 1
907,828 907,828 00000000000000000001a302ae3e0f4aa455dd440ea83d0d03854383f75d38dc 2.38 MB 2,106 1
907,827 907,827 00000000000000000001de0b3d57d1b56b933f29ce94135ce1fa8d3bdf8821d6 1.51 MB 2,965 3
907,826 907,826 00000000000000000000db430eae8e9ee85fff80736fb118c261531ff07b1e7c 1.58 MB 3,787 4
907,825 907,825 000000000000000000002cb07f483cbabc6b8ef766f079fd950a2122c7925810 1.51 MB 3,846 5
907,824 907,824 000000000000000000001bde0d18f84bf37262738b5297e8e110b36446901b64 1.55 MB 4,259 5
907,823 907,823 000000000000000000014a93ab8af2edb9f7f1f9300cf968dcc71ee3f6e706ea 2.78 MB 1,765 2
907,822 907,822 0000000000000000000182701fdb51a2f52c99a3fcb8350b66aef1887120be23 1.62 MB 3,491 4
907,821 907,821 00000000000000000001b7d47cd8db51864944f2951d8aae0facc70fd9b2b95b 1.56 MB 2,556 2
907,820 907,820 00000000000000000002216a6b4cdd317dd6830a628931e54fb62afecf2ab8ca 1.67 MB 3,346 3
907,819 907,819 0000000000000000000088bd29d3525e6f5f8ecfe042ce4c832eecc43496a9b7 1.58 MB 3,827 4
907,818 907,818 000000000000000000012151a63dd5e7928b28e6ad80fa758f1b6b1634ea4103 1.66 MB 3,249 3
907,817 907,817 00000000000000000000e55fb92398308ee8b009d956087667023893d2fbbd71 1.74 MB 3,497 8
907,816 907,816 000000000000000000001e82e0dc3c430c054217134427c1200dc2ea628e9d27 1.50 MB 2,295 1
907,815 907,815 0000000000000000000209356c5db16b0ae24ca937edaeed6410f936e6296a78 1.02 MB 162 1
907,814 907,814 000000000000000000015de6ba8a962bb315776cd00fc714afb37154b79c2d84 1.45 MB 2,398 3
907,813 907,813 00000000000000000001a7dc153bf59a5775de813cc06658b563f1c6546f3430 2.03 MB 2,069 2
907,812 907,812 000000000000000000006101f39508fb66992d01468c146c5e1a1dbf0312df78 1.53 MB 3,551 3
907,811 907,811 00000000000000000001f2fd54d759e19b91c2bf0b7c2b789dcbde02c21649c8 1.55 MB 2,693 4
907,810 907,810 000000000000000000018c7f2adf44e4c85a92f0d06ca467d6e096c9dded0760 1.58 MB 2,714 4
907,809 907,809 00000000000000000000bbe3764eb24e32124a617ffff1edd823d33f85843b9e 1.63 MB 3,817 4
Previous 10 blocks ↓
Total Size: 769.68 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,655.11 GB sent, 96.28 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.