Memory Pool Memory Pool Refreshing

4,225 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,878 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (443,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,303 464,303 0000000000000000011f3646f27b991642824993721e607b5afab962809635ed 1.00 MB 2,270 178
464,302 464,302 0000000000000000005cd2d1638867a852c1151eadcf11ae78b29d0e9f45c390 1.00 MB 1,725 105
464,301 464,301 000000000000000000bb0082855d147115bee529cae6bb2b918f919ed4dea7f5 1.00 MB 2,652 188
464,300 464,300 0000000000000000009ed79eff6c3db145b46aba0996b542cb21d6554d8e8b32 1.00 MB 1,710 137
464,299 464,299 00000000000000000161a05087bf23f87a37866f6c9c1f7f1b774fe1d6ae03dc 1.00 MB 710 32
464,298 464,298 000000000000000001f452daa9d9be2fa0fa0e6fdb37bd86fbdfd2d469327577 0.67 MB 1,319 149
464,297 464,297 0000000000000000014620384a6f5d29d3d3a1a79d7206bac7dd928bde988897 1.00 MB 412 21
464,296 464,296 00000000000000000155244a9025d1a53a33739fbe83650ffab11e9e648059fa 1.00 MB 1,988 116
464,295 464,295 000000000000000000e8ab9c3e1b67f43f806bb7534bcf062241dd87ec6ab7a3 1.00 MB 1,686 138
464,294 464,294 0000000000000000014ecd5c63b42b602e5c7424f950a27187f5c00beb36c48a 1.00 MB 1,937 170
464,293 464,293 000000000000000001d56b5771505b336d532630d48941a4e3410088ef2b14ad 1.00 MB 2,915 211
464,292 464,292 0000000000000000001663c80413a8fe424ec6321b259ec67fe5fb04e6c1684c 1.00 MB 1,163 72
464,291 464,291 000000000000000001efc5c45615bbd807616a37a3f9644b771f38666756c113 1.00 MB 2,236 184
464,290 464,290 0000000000000000004858770cf5f967f9e7f876cabe144289b466843d1d8141 1.00 MB 655 39
464,289 464,289 00000000000000000005786dd350712c90d66274b5348aa119e0909f7df8d4b0 0.18 MB 425 153
464,288 464,288 0000000000000000018bc617cdc2d5d136d88cb68c4b6db95a6447c8e11ce455 1.00 MB 960 52
464,287 464,287 000000000000000001def9844b9f750478dad7772c48bb59cb880bab2d5a6b5c 1.00 MB 2,345 153
464,286 464,286 000000000000000000bcf3208ff617528c571470b3edcf3c089e255725651205 1.00 MB 1,953 173
464,285 464,285 00000000000000000019909f0d6dd16134fc1ac350d32942caaab1ccbddf498a 1.00 MB 2,094 187
464,284 464,284 0000000000000000012aeff5a30b3d8adbc2fde5272ea7d93f11eb7adafad402 1.00 MB 1,231 76
464,283 464,283 000000000000000002182492686486ef9e4e2bbbff0423e3cb8bf42df4184cb3 1.00 MB 1,934 123
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.