Memory Pool Memory Pool Refreshing

9,145 transactions
11.48 vMB
Show Random Selection Loading Transactions
Max Size: 67/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
881,627 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 614 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,626 (595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,031 881,031 0000000000000000000203d4e5d286a121b91825baac858b44f514b074cc7d64 1.76 MB 2,872 3
881,030 881,030 00000000000000000001c73ac0e7c878cefb97066c8a72832ae0f88c591c2a4b 1.68 MB 3,677 8
881,029 881,029 0000000000000000000055a46cb89bc480c6a6d11372d3805e99d261c349b509 1.65 MB 3,403 7
881,028 881,028 00000000000000000001da7042b9329d532b3cfe882ac9e11c565b53fce5d26e 1.55 MB 3,355 8
881,027 881,027 000000000000000000029a0a8a0865de2423df267a08b17452d61610afeb182b 2.82 MB 1,251 2
881,026 881,026 0000000000000000000075972431e88cc6f8fe3dc7a8c2260aa4ac963835df50 1.54 MB 2,713 2
881,025 881,025 0000000000000000000090e81b6e54857942f0634842f54a86be96bbbc33240d 1.59 MB 2,991 5
881,024 881,024 00000000000000000001dc7a3d03d63f462e6a2a984d3d32fb0c860c547d30d5 1.64 MB 3,110 3
881,023 881,023 000000000000000000017881ac6b9ee9f359aa70b149ebfde9b60e5790aa7294 1.56 MB 2,663 3
881,022 881,022 000000000000000000014ce7316c2baf0e780405ef2074b11105b72ba6815ab4 1.70 MB 3,252 5
881,021 881,021 000000000000000000011ea69d037882a408328bbbfafcd803a74a4314e6cb05 3.26 MB 283 1
881,020 881,020 000000000000000000000d4b011b5bef12c32b768d0ca9e4686a9c20e56b884d 3.01 MB 1,431 2
881,019 881,019 00000000000000000000601c4fe1dbbaa1e183f963927f56956db08908c00cc6 2.92 MB 1,273 1
881,018 881,018 0000000000000000000200ce2735de8b77c7db3370e617cfe894368cb36c6a38 1.55 MB 2,737 2
881,017 881,017 0000000000000000000204ffce6505ff657d4febe12fcf4b57c0512354e4032b 1.59 MB 3,017 4
881,016 881,016 0000000000000000000234bd8bc8276bff4cda1af9d249e7192bb07a5fce57c0 1.75 MB 2,001 10
881,015 881,015 00000000000000000001c6f70f6b76ba3fd9b668dc6b742efa762ef0c70dc6a5 1.65 MB 904 1
881,014 881,014 0000000000000000000193ee9b573097a18ed706d46a036159596496cf01f6df 1.66 MB 2,663 4
881,013 881,013 000000000000000000028a8e9eb5defde1951f3b6c90edf0bd964ff68a2e3e07 1.50 MB 2,154 3
881,012 881,012 000000000000000000007a410005ae80fddf0ec0cdb1eae1cb544d71d2da036f 1.51 MB 2,480 3
881,011 881,011 000000000000000000012bf99d95db8c0511cb66ae5b2b77869e9eb454d6211f 1.75 MB 934 1
Previous 10 blocks ↓
Total Size: 721.65 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: 2,014.07 GB sent, 71.84 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.