Memory Pool Memory Pool Refreshing

3,826 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (708,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,054 199,054 000000000000039764f7da7203a2c3b123f4f26c408e55acb279a4f460aeadfb 0.30 MB 621 45
199,053 199,053 000000000000013d53b7222be5556dc4fa8cd317cd859e36a4b90d77d68f111c 0.07 MB 258 172
199,052 199,052 000000000000060d6dc54d4fcd9acb5a773e7a5e19778e097f6579f0a080923e 0.19 MB 256 103
199,051 199,051 00000000000000e311fbc7bbc161c912fb3e97e005a62335b17f9d17b8dab765 0.05 MB 123 79
199,050 199,050 000000000000001c728d1d8f7182743fba095a8e9806eb5a2a65133685dfdd93 0.14 MB 217 177
199,049 199,049 0000000000000233b712b2aa250f245c1baf069c05811976077e3582c88fed0e 0.05 MB 144 167
199,048 199,048 00000000000000cb86470d313cfe3bb2b917a5460d33b86e347f463489134754 0.03 MB 84 135
199,047 199,047 000000000000018002e3f2e4c15e76faecb9799f15c3893833044fce6c9ff369 0.05 MB 72 118
199,046 199,046 00000000000001a2382450a43b99d440dee4d9f66ab20e095e25a6d73eefa093 0.02 MB 41 263
199,045 199,045 000000000000041aca32838bf759cae90c1154eda60ffe8500f748e453bd6045 0.01 MB 21 90
199,044 199,044 00000000000004954322f07c86f9c378de03e9440929dd612a0d28d374376645 0.04 MB 108 126
199,043 199,043 00000000000005bc9fa7f781d340aeff519151f2c8eaa9b864a6afe377092674 0.01 MB 14 74
199,042 199,042 000000000000063505abb3711c9762870d52a10651ded633700159c956b11530 0.01 MB 17 90
199,041 199,041 0000000000000088c735e3b02de5bbe940369b3b904c2f0c5a5c00748f2a5831 0.08 MB 150 185
199,040 199,040 000000000000022b84197be82ba52d3c176fc9b4881b4a4a7d6b3e3a93ff55e9 0.08 MB 197 153
199,039 199,039 00000000000004847615be0780093868a6eeac821ab58d4c91a5429ba52293f7 0.25 MB 512 57
199,038 199,038 0000000000000058a7ea2a079faca5acc8ef7697621d17341ae019c403fe3bfb 0.01 MB 25 112
199,037 199,037 00000000000004cc289b91bd6f3c4950d436f2cc97d6c4d5cdbbb2216be8fecc 0.05 MB 131 145
199,036 199,036 00000000000002506110fe408ebd81243393dc52f720e3bc1f92b056c3b8b0f8 0.03 MB 50 95
199,035 199,035 000000000000023b3031b501fcb6081eb20436867962a980e36fd109e92e7100 0.05 MB 47 69
199,034 199,034 00000000000003df3b404804a911c229940c66ef943b5023120862763b123c6d 0.20 MB 253 84
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.