Memory Pool Memory Pool Refreshing

2,244 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,244 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (283,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
623,882 623,882 000000000000000000116a01b235abc2c1f1929a3add199d13cd53a4da45c166 1.10 MB 1,210 7
623,881 623,881 00000000000000000011da22769a3f0e8c3c2cd1546ee8aebbc900492f056dcc 1.26 MB 1,452 8
623,880 623,880 000000000000000000125c915ec144393c9104d8674ed49ed8fc0033a6f9293e 1.30 MB 2,305 25
623,879 623,879 000000000000000000041e566006e4038c79c16c80601bf4d35dbb18f5e34c47 1.31 MB 2,023 15
623,878 623,878 0000000000000000000fdda167c0b80d828c9b65139dd0065bbf393c90da6dbc 1.31 MB 1,700 10
623,877 623,877 0000000000000000000e2fb60ecf9eb68d9af4ad09e87d69e4f93a791c216e14 1.13 MB 1,907 9
623,876 623,876 000000000000000000014bc727f841866d4dc0507e14ef9689463af1e64a582e 1.29 MB 2,614 16
623,875 623,875 00000000000000000008f0fc3161b38e61724c139dc9239fba1273270656e1b7 1.36 MB 2,820 43
623,874 623,874 0000000000000000000a902ea5699f73d85c0ec125d2454bb24d996f45763491 1.20 MB 1,957 16
623,873 623,873 00000000000000000012968e15d5c3b472dd2e08ecb2da15f4cf0f80899bd33c 0.92 MB 1,470 21
623,872 623,872 000000000000000000118f9f20b2aaedee7cb4d381ffb682f73b72e6899daa76 0.22 MB 377 12
623,871 623,871 000000000000000000062b7e14b2a611b4d932567bb6cc3d7db0594484e29508 1.28 MB 1,970 17
623,870 623,870 0000000000000000001284bfc53153f77b48332480ddddb4e1919a686ebd5d68 0.30 MB 528 17
623,869 623,869 0000000000000000000a349b68683a5579fdd2ffb03879446298ea5bc1ac17f2 0.30 MB 199 3
623,868 623,868 0000000000000000001234befa3a90b37cd8ee80d1cd6a638e0d7dffaaf26f88 1.35 MB 1,714 6
623,867 623,867 0000000000000000000f4289faf85d436dec9205692ed49771e73dee920cc29b 1.29 MB 2,568 23
623,866 623,866 000000000000000000080a7fb28e1607155359a0604ecc07e2547f7f3588a144 1.35 MB 2,612 34
623,865 623,865 0000000000000000000f43db619ac979a639cce7dc74f7c80576f9037a6f22a1 0.21 MB 287 13
623,864 623,864 00000000000000000003cb0849736dd9cb1b88ef377b2c06e57e4ea4341314d1 0.62 MB 868 16
623,863 623,863 0000000000000000000ed856cabd3c9314eff906c01cac4f645bf43d42150ed2 0.99 MB 1,523 22
623,862 623,862 00000000000000000006659c56066b9b5f9b8964f1f712c7283a459f9c9dfa01 0.03 MB 77 15
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.25 GB sent, 94.22 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.