Memory Pool Memory Pool Refreshing

2,391 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (905,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,648 2,648 00000000d7ad7a2573998232edbb6fa3dd5a1da6cffbd6ad3246467ca5465234 0.00 MB 1 0
2,647 2,647 000000002ff461e227186231070823e34c522dbc56f60dc2138f134a5e867d0b 0.00 MB 1 0
2,646 2,646 00000000eb901ccbac335c161fe3c4ac12e913889739b606ab2c1b98df6ffd41 0.00 MB 1 0
2,645 2,645 00000000e56f6303c542afc1310d1cd1d72210096ee5aa525d440127eb4d1d0c 0.00 MB 1 0
2,644 2,644 00000000d652307cc75e42d3d436e4d858ef808142ce3ddc4d7addcd33e55bc3 0.00 MB 1 0
2,643 2,643 00000000aa5fb4e7d3cf35707a05efd16f219d85b2430bb537c56059eb6a5575 0.00 MB 1 0
2,642 2,642 00000000992fc36cb87322f89071bf6003a91f9ebf64b5c33caf6f0a792f8224 0.00 MB 1 0
2,641 2,641 00000000cd1414191afd437fec70c9fd32447210f2aba1dad11ec32416913f46 0.00 MB 1 0
2,640 2,640 00000000c0fdff868df4a80a43d3e6323eacb6378f4bd12c14d7b970a9f282af 0.00 MB 1 0
2,639 2,639 000000003422963724f09b627b6fe20e927ea04b8e98fdb882b7377e3ce51eae 0.00 MB 1 0
2,638 2,638 00000000e720e6bc591b7f271757c923fcb1d114bff5e4a303f26a9f931f27eb 0.00 MB 1 0
2,637 2,637 000000001ecfb379356d51ddaf0185a10f53b15a4f2142e4fccf1d778f12be65 0.00 MB 1 0
2,636 2,636 00000000438a2e8e2e9e132dfa69a6a67704c57bfb3cc2930349260ec05d3486 0.00 MB 1 0
2,635 2,635 00000000dbb5e3731817b7b7e796b71c0ec2801c787f7ca21772d4cc62366d42 0.00 MB 1 0
2,634 2,634 000000008970f72d61a047f50823cafe9d2b1fea1198e3f4a992816e7389b734 0.00 MB 1 0
2,633 2,633 0000000056dac9034059805345565f7fd0297ee4eef0a11fa3652a2b15db96ab 0.00 MB 1 0
2,632 2,632 0000000016f2681801aba824f8ce1cccb1e7155ca22c9c76dfa23b3bc8e03779 0.00 MB 1 0
2,631 2,631 0000000009ff1a086133e96a097ae7138593722bf89463703abdae49412c5043 0.00 MB 1 0
2,630 2,630 00000000294d6aac3f71b25da5b0a6f5dfd3563cb5ce4f50fb01a03b4d9c4810 0.00 MB 1 0
2,629 2,629 00000000cf73ddae7851986567ee8bdab64bdc95aebb42cdef81f009d0dccc2b 0.00 MB 1 0
2,628 2,628 00000000c889e9128f789497110591e9b9675efb0b55a41124c7bacc579c18ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.