Memory Pool Memory Pool Refreshing

39,483 transactions
27.04 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,695 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,694 (325,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,249 547,249 0000000000000000000f9607541b21610fdd893cf8368aeaf0efdb1a67db9c5b 1.17 MB 1,625 14
547,248 547,248 00000000000000000003c50268f6f98ebf89fc4b0b542012528026f3b0f0a688 1.00 MB 2,912 6
547,247 547,247 0000000000000000001a341bff5a64e5029abf59573a844e010ae402ea79c1bc 1.22 MB 2,657 16
547,246 547,246 0000000000000000000c4292bb24996fea9aaabe1276195b1336c06e5845327f 1.26 MB 2,884 22
547,245 547,245 00000000000000000016a00dfaf4823d23d7aff012731fb00cc4eb8304059d6c 1.35 MB 2,813 21
547,244 547,244 0000000000000000000bf3a2f09a6fc170a4843273a0ec838f2eff4d59dd7bc3 1.00 MB 2,268 12
547,243 547,243 0000000000000000000f65ddb8f6632688ea0c2215b6de1df567973057398f9e 1.34 MB 2,713 12
547,242 547,242 00000000000000000024c670402b3dc2e00cd03e70659add991745d59af502a2 1.32 MB 2,455 25
547,241 547,241 0000000000000000000955bea33a4b0849aa5998d55c0abcb2e5997f0ab7b9a3 1.00 MB 2,037 6
547,240 547,240 000000000000000000214fe1d3bf7ab8248eccb63fb5232c5a38b1d2f2a6790d 0.22 MB 622 20
547,239 547,239 00000000000000000005f9c43c896d6de05c20f6525c921ddc99b191c31a6886 1.19 MB 2,006 18
547,238 547,238 0000000000000000001079f76a374d5dc3885510b92df12cb4a4ed61301792ea 1.27 MB 2,527 18
547,237 547,237 00000000000000000013c836e85679981d9e2c09745c8005f73bd062469bc95d 1.26 MB 2,542 16
547,236 547,236 0000000000000000000052afb29bc4c8e2a943db16897630834bb7e27b380039 1.23 MB 2,686 33
547,235 547,235 00000000000000000009b53d201a92096a8101db2b493173d027ae79340593fb 1.09 MB 2,380 3
547,234 547,234 000000000000000000086aefd5ff790d25e333aaf21d467a77388a653ecd56f4 1.14 MB 2,308 10
547,233 547,233 0000000000000000000a412e940c7a98f48c0ad55faf8c2095d571896105795b 1.28 MB 2,145 18
547,232 547,232 000000000000000000256c62947abe727febcd973a5051272ee177faf1e74589 1.22 MB 2,303 15
547,231 547,231 0000000000000000000926d1c53b114ccca26b45a2f0e3639c6e8f9eae3cb7db 1.18 MB 2,540 13
547,230 547,230 00000000000000000012bfd29dba59b1e9182517a70e6b195a98b91eb3958e0f 1.38 MB 1,965 15
547,229 547,229 0000000000000000000fb3af2282f1898d47ef9922549af6e22199de1f9dbca1 0.26 MB 595 28
Previous 10 blocks ↓
Total Size: 704.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,652.42 GB sent, 241.09 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.