Memory Pool Memory Pool Refreshing

7,664 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,706 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (113,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,421 794,421 00000000000000000000b60a8fed6fe13a839f72cd3d9455603afa0db0c107cc 1.69 MB 4,032 10
794,420 794,420 0000000000000000000052274a47a3b5246649d6781eb42798fed9aa7edbcec7 2.03 MB 4,345 12
794,419 794,419 0000000000000000000123d146c67c599d23a7b8c0adec92591e2ad8d3ed7c36 1.88 MB 4,287 19
794,418 794,418 0000000000000000000307d55337fe75d1c31f437b186cd3c9ae5642fa561e5d 1.84 MB 4,291 20
794,417 794,417 00000000000000000003a042b637688156e39d2f6314ecfab39f5a35618d8535 2.04 MB 4,648 12
794,416 794,416 000000000000000000044c8bed553ada211deb15c8c665dda64dec071bca1b3b 1.61 MB 1,852 21
794,415 794,415 000000000000000000047bfad4581702e700808a529485ec514732bcf4e2e2b8 2.02 MB 5,387 10
794,414 794,414 00000000000000000004c28e36c889f801fbbdf94e0bd499537b7cfcafd69d7a 1.79 MB 4,173 17
794,413 794,413 000000000000000000005e771a6944496789b5395c4a57f32fa91f6f63cd4000 1.64 MB 3,295 15
794,412 794,412 0000000000000000000405cbb611450ce5060fc57b15ad21416b3a6795799cf0 1.87 MB 3,443 11
794,411 794,411 00000000000000000004e5987d7e0eed2548e9f856564d934d9b9e8f6313554b 1.60 MB 1,948 17
794,410 794,410 00000000000000000003f67821955b7b4e198168b972cf58c88bdb3151746b26 1.40 MB 2,624 38
794,409 794,409 00000000000000000004e0abdb4c0e7c243d76a843bcfbc637e6953aa678df09 1.60 MB 2,851 36
794,408 794,408 00000000000000000002b6aeee70f657323154dfadc0efd0c2ff9e3aaa56b880 1.89 MB 1,414 15
794,407 794,407 000000000000000000036c30e01e53b7b3d57a395e2e28d6c1d0d286aa82a503 1.56 MB 3,096 36
794,406 794,406 0000000000000000000212395704ee4343b0342d4bbf53db0ce46a1abe210996 1.95 MB 2,317 10
794,405 794,405 00000000000000000002eff8a49256007f7bd9f69988aa54841e72d719e317d6 1.54 MB 2,005 21
794,404 794,404 00000000000000000005289a1912ce7d5f819504ec96b5b1f90e41e4cc55dadc 1.55 MB 2,583 29
794,403 794,403 000000000000000000049d5bda3c20b1dd596199d8a603df523f879280efa2f4 1.43 MB 2,149 22
794,402 794,402 0000000000000000000485d0f4cc59bf304858453590fdfe4584043531127d16 1.47 MB 2,574 30
794,401 794,401 00000000000000000000c1f8eb1b0bfce745d7751bcdc09ed9e24ec493d6df46 1.50 MB 2,752 43
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.