Memory Pool Memory Pool Refreshing

2,845 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,290 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (842,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,049 66,049 0000000000b06088b0b330e29c6962372dd3ca683a0dfe0c6a88fead23b2ecdf 0.00 MB 4 0
66,048 66,048 0000000000946952a916b5f98c5555dca6c6ac7f7ab2759483f6c5a9199eb4ee 0.00 MB 3 0
66,047 66,047 0000000008251f89be1862397b054480851ed4c189331fadcd0a574ac8b29455 0.00 MB 3 0
66,046 66,046 00000000045e7c07ae9f7eefcafa2f92f2e5203c32b4d08b7ca5a8d438bff2e2 0.00 MB 3 0
66,045 66,045 0000000008c641b104e0d4b35393099f7a5ef4560d9bc0230fccd01507bbe98b 0.00 MB 2 0
66,044 66,044 00000000012ddb54ddd0a11f3fc366e5bd21914181efb44ecb844b1e17025112 0.00 MB 2 0
66,043 66,043 0000000000e3f794e2b9a49fb03c4c7b5f3186b1825ac9e0b970436c718ad4bb 0.00 MB 2 0
66,042 66,042 00000000064d036a61180f11fcac9890cdefed1a5da2c4300f53fab29f0a3cc8 0.00 MB 1 0
66,041 66,041 0000000005feae10d2b79751ccf81bd2b4965f895715ec4ad6d1bf93c6cc064b 0.00 MB 1 0
66,040 66,040 00000000048240129acc22f1bb2224e98f62c09cdf1f06ba1cb7d7ebc2708a2c 0.00 MB 6 0
66,039 66,039 00000000092250010c7f8eb51258c14d6c03ead8a101b0de442b82c959271acb 0.00 MB 5 0
66,038 66,038 000000000745649d372678aa32845d99dbcb96e7834b815e267df8ddd010d623 0.00 MB 3 0
66,037 66,037 0000000009325c16c392b0edf15cc674ffb28dde9cf56c969dac56826432ca18 0.00 MB 5 0
66,036 66,036 00000000018dc0538c417a5a0713bc116d04d9a0b551e470b3a8b8322d3d930e 0.00 MB 8 0
66,035 66,035 000000000a1fa9cac42b98ab5a10fb9ed5077f792938c49ce76ece3ef97eb18c 0.00 MB 1 0
66,034 66,034 000000000a65d5705b4729ce7cd1f2b1ffd66eb9ab608711da8a5f5d67b93501 0.00 MB 1 0
66,033 66,033 000000000a11ce63cd4158200ee099f758e392920291d285004af4b6810bb4e0 0.00 MB 1 0
66,032 66,032 0000000001d19e2247c2483f333110bdca77539c0e6621212879a03c0450206f 0.00 MB 1 0
66,031 66,031 00000000066a44a36a2cce636c0cc1bd72d6e45c45a0d6e289d60beccbf88cff 0.00 MB 2 0
66,030 66,030 00000000093cb31e2b68ef25ede3c94408d30f42e512cb004c7c75820ff2fcb5 0.00 MB 5 0
66,029 66,029 000000000943972deed88cc5179a0f7b572366763b15d2963b59237cf7676b89 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.