Memory Pool Memory Pool Refreshing

7,796 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (808,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,670 99,670 000000000000886ed915cee3d9429890ea5d450a37b3d5a31faa2e5a2ac6e3d6 0.00 MB 5 90
99,669 99,669 00000000000049901f28f258c70644ac603872141acb121471af9aa841cb7a26 0.00 MB 10 0
99,668 99,668 000000000002e348766227f8522ae73c70450ca8c33946868565771f2c32e28a 0.00 MB 3 0
99,667 99,667 0000000000030cc9e1495d1aab29d5b90a92816baeb44ba7844ad615f9223163 0.00 MB 2 0
99,666 99,666 0000000000039ad68a78fc089c8944eb7648e6fbef4fde2113d7ae2d4cdfcc2d 0.00 MB 4 0
99,665 99,665 000000000002fa9082a3ac006b90c718c608894da0d0ffce9f27892d0c8abf7b 0.00 MB 2 0
99,664 99,664 000000000000f18817f04f6f001a3837904cfa89b16455bd23887f7506461b39 0.00 MB 3 0
99,663 99,663 0000000000017cbc9d521874f1a38b42edb2ca0e0a3a133fd886bf507145cedb 0.00 MB 2 0
99,662 99,662 000000000003749d3dbff93caef62fc72dc454538a610310f18bdb65c1122793 0.00 MB 1 0
99,661 99,661 000000000002e7c15192379c1bd8ee2695eb51afec1c983f12651299e49eabd2 0.00 MB 1 0
99,660 99,660 00000000000222935dad06d4a29bd80cfaa4336f06e92c944f6350a8a73ba27f 0.00 MB 5 0
99,659 99,659 000000000004080c4cc9f3a9a99af4128ce3093d35e91f3f6a3609401c49f530 0.00 MB 4 1,122
99,658 99,658 0000000000045d8b33da49698f6c53eedfcb6f136c5097dd7af1deacf3e08fa3 0.00 MB 5 0
99,657 99,657 0000000000035ac08254adf2f4f3413116a423657ca8a8ef3c2abd9a2f83311c 0.00 MB 1 0
99,656 99,656 000000000000c6e3ad1b7af180ec3cfa31c97abe129a6992c91b8aea38f06dc8 0.00 MB 1 0
99,655 99,655 000000000002dcd19b1a9ca449b7cafa3bbc29abd45c1c106ebc91ccef554b30 0.00 MB 8 999
99,654 99,654 0000000000033b911265893b92e28e5988546da0f69ee4ea57ec67230a35c08f 0.00 MB 7 0
99,653 99,653 0000000000022b58eb35db139b84466960d1b2b3422a2f410250c9084685dbb9 0.00 MB 1 0
99,652 99,652 000000000001e7333b216b000a2744b1f3d9f524be30577495b6dc9ecb061fc8 0.00 MB 1 0
99,651 99,651 0000000000013796c03869b9efa9d7430dab3da80ab9b738a463144abad346ac 0.00 MB 5 421
99,650 99,650 000000000003d0e74f99521d48fd8615a6ceb30426dbfbf544b72329f679ae42 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.64 GB sent, 96.48 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.