Memory Pool Memory Pool Refreshing

7,235 transactions (3.09 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,143 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,657 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,142 (842,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,029 67,029 000000000337cfab3d869921aaf9409f1757a17e85f74907af711ee537cda142 0.00 MB 2 0
67,028 67,028 0000000004456685663203830807602268700b3f63376774d298910a5c69904e 0.00 MB 1 0
67,027 67,027 00000000050a5c85da3b4868dc502fcf2d1652f8c1351e9271bdb0537502761c 0.00 MB 2 0
67,026 67,026 00000000041826995db609b39f0fb86fac8d3f6b2672b81b3f2dbfc831ff24bd 0.00 MB 1 0
67,025 67,025 0000000005377a850cbed65470b7df082b6630c01f01d4aa08ad930584059cd4 0.00 MB 1 0
67,024 67,024 0000000004f6cbf0095afca0da740ebc1c365d504a83de11149fcc4545894ea0 0.00 MB 2 0
67,023 67,023 000000000398dd123a93e367744e4faa02dbf8c0d924d4cd42469da51c2f3502 0.00 MB 3 0
67,022 67,022 00000000044edaf78e7bfce3f7a54cd82658c7fe1c4fd645cb2db509891c8889 0.00 MB 3 0
67,021 67,021 0000000002c294c086b4230f3683a3db18a7b95a3f06ce2097caccaf6c824f04 0.00 MB 2 0
67,020 67,020 000000000495902fae7a367a5fec9b76ccf41f39e6a3a996273e2c9f558bf6a0 0.00 MB 4 0
67,019 67,019 000000000291038ece461e5ed067a804bd3156cd2a86715ac156d9ef2262d3c6 0.00 MB 1 0
67,018 67,018 0000000004a5cb07fc94c02af6d0bec1dd7cfb720b6727fcb448b93117b50d64 0.00 MB 2 0
67,017 67,017 000000000071928675fa3a07477092fa99696859463829416162aa9f717331ed 0.00 MB 3 0
67,016 67,016 0000000005666ef01de23846c7dff2424fe07960b80fc2980260e309b542def9 0.00 MB 2 0
67,015 67,015 0000000001676265a879f00238af756202536599a98f5f889c29c0e8fa2bc2e2 0.00 MB 1 0
67,014 67,014 00000000053e7f1a1071d44bbd7f4ff513e16268b842ce80ecd8b858b590c966 0.00 MB 1 0
67,013 67,013 000000000196c9c7f61712912bdec71d95135126f247c08f3326038ce307d477 0.00 MB 2 0
67,012 67,012 00000000012a96076621394f5bce7696c7e43bd1f257bf034a3cc3c7b2f60471 0.00 MB 2 0
67,011 67,011 000000000140a9a8bf4b424a32252c0f3a71569ca3bba135151920ec331c8447 0.00 MB 1 0
67,010 67,010 00000000011f6e290f8bb8870a1f5b3b01984bccae8f90d7352285a74ab51a45 0.00 MB 1 0
67,009 67,009 0000000000b0867aa07df740926c55db46570214bdb31a6abd5b827734d7778b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.81 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,955.11 GB sent, 106.65 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.