Memory Pool Memory Pool Refreshing

5,424 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (881,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,301 27,301 00000000b796bcb5449f493068270e690a397e286bc3970ec6cf0be7b2f15cb5 0.00 MB 1 0
27,300 27,300 0000000033a77cf167e7ac2ebd0f643c5d2cc438aa50028a9576c9ab86fe0da8 0.00 MB 1 0
27,299 27,299 00000000184e4735ab0960fc98ffea7a063fbae622e766f7e777f3efed7d5ede 0.00 MB 1 0
27,298 27,298 00000000b0ae12f669bba6bf04934c00477c9a5c03524fdaa1c8098257a5d7c0 0.00 MB 1 0
27,297 27,297 00000000a07994d0fe333aa828de4bcf0c4b1bb160c81c0019bd1fb2e48893ac 0.00 MB 1 0
27,296 27,296 00000000176641b7347807318937485875b1cffc674a045dcf90101c6b399e5f 0.00 MB 1 0
27,295 27,295 0000000036098b9ed558d6f96f84db131b04d4f8e877ee3aaa519357d857e7ec 0.00 MB 1 0
27,294 27,294 000000001f79ac870b430f234c6db23fdd6cfeafb27c904b3f778b2dbe04b467 0.00 MB 1 0
27,293 27,293 00000000c0a7ae16539a6111dc32b0aa3bee8cf34f0590132cfecd7104a50075 0.00 MB 1 0
27,292 27,292 00000000b8946173cfb1af9ece231b7d05b3648feb5c397502371b3ba9667cbb 0.00 MB 1 0
27,291 27,291 0000000012172ed2dce787e7c38376285a21f47a568cadd4cbd521796584ba4f 0.00 MB 1 0
27,290 27,290 0000000014193992565efa24417ac1d250466a4787d68e53d2eb5581ee2b740a 0.00 MB 1 0
27,289 27,289 000000004332042e0f726df3edfbfe14f8a080509a853274233eb56fa94fee01 0.00 MB 1 0
27,288 27,288 00000000be1f862656a26b835b54eacd6154d436a0d77d4b7c0e5a1f7919b4f8 0.00 MB 1 0
27,287 27,287 000000009664c6d1ad88287c7305c75c2a396b3a2bfd8f99503d41af229315a8 0.00 MB 1 0
27,286 27,286 00000000f597581b434f83298891e1a5211bf71e4487bdd0b1f4610a45bc3a1d 0.00 MB 1 0
27,285 27,285 0000000018ae489e840d8f2eac0d218edd2fd63c7bdd2af6eff25f168b33dd25 0.00 MB 1 0
27,284 27,284 0000000017afe8f8d71e5016f75794e63869f8434cee893e806d5c6f01049173 0.00 MB 1 0
27,283 27,283 00000000867e221a6c6a98a548c9579cd2b8c0c233468f9f99bc0f938cfdfa5e 0.00 MB 1 0
27,282 27,282 0000000087c8f51721257969a74cce968b5fd8e4a453a1ef994837c825b6ba53 0.00 MB 1 0
27,281 27,281 00000000ed4d2e5206ed372d3f0e1e872c101b6bc0cad7b9d06c063e4a8b18a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.