Memory Pool Memory Pool Refreshing

2,507 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
904,324 0000000000000000000268160000000000000000000000000000000000000000 0.72 vMB 2,507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,323 (206,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,055 698,055 0000000000000000000e6bcadad39a19367cba0d578d6876a27e087b5e61c5f0 0.21 MB 360 10
698,054 698,054 000000000000000000025ede8395402de1d940a79a5a17b8ef9479d77a89bee7 0.13 MB 225 13
698,053 698,053 00000000000000000004acabe65f0b394dd4e70ce0c2e9f8b0fcbb5125b3dec6 0.42 MB 673 10
698,052 698,052 0000000000000000000d4385bca75c57c72ffbdd0c0a7be59e9ccf73d56db570 0.03 MB 85 12
698,051 698,051 0000000000000000000bc256833727469b913ac7342cfef98794d352ec97d0b2 1.12 MB 2,279 11
698,050 698,050 000000000000000000061c28d56332da281133bcf26d0adae5762e9b07d962c0 0.02 MB 50 12
698,049 698,049 0000000000000000000ab2e07dd5da88b903678aec66ddb36dcbbb4e1b09e3d1 0.35 MB 581 12
698,048 698,048 00000000000000000000f4a80b97890e2bf3387b03e9f34537f3d995b2428c3e 0.07 MB 182 13
698,047 698,047 0000000000000000000761d8885a02798d4970abfe001475fb57ed7d5b636f80 0.11 MB 228 11
698,046 698,046 0000000000000000000542c5e587582c366343f9043f28ee63eb23ef4302e9fb 0.37 MB 570 12
698,045 698,045 00000000000000000007ea240ac2ef1afb8883adf8f732fee6ce768f71a36ae9 0.05 MB 146 17
698,044 698,044 0000000000000000000433401a1b3228a6b42aea35f3edd206ce53f3d4739953 0.24 MB 399 12
698,043 698,043 000000000000000000009d0654478c25404d8098daa4be8cbd217f5605074e0d 0.90 MB 1,812 10
698,042 698,042 0000000000000000000b895257e06ca51e414737b552b1ab7d378d6f741703ab 0.95 MB 2,119 14
698,041 698,041 000000000000000000076f48116322c40ad33e9423248ed8841db62c042b4564 0.03 MB 76 14
698,040 698,040 000000000000000000094629f34fb7e00d88c6c6bc55f0226e5534215ef0b893 0.56 MB 1,052 11
698,039 698,039 000000000000000000021bcc4e31924e0df6020d66a874acb0be160fbe91ecaa 0.06 MB 68 4
698,038 698,038 000000000000000000021f50b6105e81fb14b7cb5d5cc5faa7dba859ac2a9b8b 0.39 MB 886 10
698,037 698,037 0000000000000000000808d6e4ad00e45eda7799cde499aa8bd2b7daa94af84e 1.20 MB 2,213 8
698,036 698,036 000000000000000000010024dac381460d67b4ccb4c1134acb9ef973f7d8addb 1.51 MB 2,584 10
698,035 698,035 0000000000000000000d33681e3cf899b46d75b240ee69be2cde92927191eeb2 0.50 MB 1,071 10
Previous 10 blocks ↓
Total Size: 763.10 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,025.04 GB sent, 61.79 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.