Memory Pool Memory Pool Refreshing

1,689 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 1,671 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (465,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,390 442,390 000000000000000003577bb73c45b619ba841998f91f996db18a64837be4eadc 1.00 MB 730 20
442,389 442,389 0000000000000000000fdf47306de2e7b9be910378592370651459ed7397b867 1.00 MB 1,927 42
442,388 442,388 0000000000000000032bcb1808efbcb94183e6ac061ec40fd6b0d38a9ac47909 1.00 MB 1,637 52
442,387 442,387 000000000000000000feb986b445d08a0a80b29f5efb90fe51a71049f8e524e1 1.00 MB 1,262 60
442,386 442,386 000000000000000002cc4ec9f0eec8fa1382b23e6090b9c2cd0286a97ab4da87 1.00 MB 2,909 70
442,385 442,385 00000000000000000085091625af7237c61f5e4e80ce19362bd9711a52f45907 1.00 MB 2,474 70
442,384 442,384 0000000000000000010e84f25a627d54bea48528c53dae6ecbab2daad65c5ff5 1.00 MB 2,504 71
442,383 442,383 00000000000000000358e96e16ff6f0dd5a591979046731ecf7f4790b5d3eac4 1.00 MB 1,911 69
442,382 442,382 00000000000000000038eaf8701ac2df26335793b5f4eabc291e9373a7a18e72 1.00 MB 1,770 80
442,381 442,381 000000000000000002085189d1120739b519dbb93c60075834eefe510df3e3a3 1.00 MB 2,687 91
442,380 442,380 000000000000000001c767306cd770d55752857e512c9935975b3ac82f610524 1.00 MB 2,684 98
442,379 442,379 00000000000000000226bdd22098318a78e7cd61689921046073aaf58ddf24c5 1.00 MB 1,681 101
442,378 442,378 000000000000000000422ede2f30eaf8bdeafb4b780ec38331c3751b664d6b4e 1.00 MB 3,186 156
442,377 442,377 00000000000000000355e81018fb9a808571b20ef858c5ca517794040d96cd3b 1.00 MB 2,100 56
442,376 442,376 0000000000000000033808c97c5fd6b3b675bc290f1e26bed28f2cc64e7c7098 1.00 MB 2,284 64
442,375 442,375 0000000000000000035c2d4d013258c4cae8a9df60e6ad5d324da78b5f0add90 1.00 MB 1,925 48
442,374 442,374 00000000000000000256b063570b825a15685fb350726e2cccb1cd07549c8104 1.00 MB 2,273 56
442,373 442,373 0000000000000000001751eeffdddcbf38bcaa6392b9f2787abc0cf033a50483 1.00 MB 2,479 93
442,372 442,372 000000000000000001337319d50f0611f1aaa5a019a02b7b1363a5ae47ab4171 1.00 MB 1,585 61
442,371 442,371 000000000000000002a137923afb35a7279687b8cf76676eb309d00ec4223af0 1.00 MB 2,091 62
442,370 442,370 00000000000000000155d46546e1ed40b52a9a1433e5782b8bb7cc3ec1e49971 1.00 MB 2,330 71
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.