Memory Pool Memory Pool Refreshing

3,562 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (785,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,514 122,514 00000000000013ef61bd312eddd47146b67a0f19d96561f30b461cf017e844e8 0.00 MB 8 450
122,513 122,513 00000000000064f78b5b4d8907fdcec886b5302ac78e825cf8f2ad330cb55265 0.01 MB 15 576
122,512 122,512 00000000000065b2deb429ef5441d3fe30df47cd17d5c0252c3adfaadbb6ebf7 0.00 MB 14 0
122,511 122,511 000000000000799d3423bb82bdf6eff3e54e78f5d94abf691ac0eca343f88384 0.00 MB 9 0
122,510 122,510 0000000000005b24e50bdde0a2ea650ef03cf454db58f1a660c5e359f390102e 0.00 MB 1 0
122,509 122,509 0000000000001ae7779dfea4939d629da75973f14c921f2e5177936237b5003d 0.00 MB 9 0
122,508 122,508 00000000000052bb57a3f993a33e47378d0a306de817995b0f0850f1694d0863 0.00 MB 13 285
122,507 122,507 0000000000008630050cf630850fd7a8c1c76efcf9d99472ddf5d3c6715d2b79 0.00 MB 12 0
122,506 122,506 0000000000008bf67c6b28e746d5750c883a9b5e6e05bf6f9da19325def0683d 0.00 MB 14 0
122,505 122,505 00000000000016ae9482c10aaa50f3f594ea82f6787f7962171ccef983456706 0.01 MB 44 2,128
122,504 122,504 00000000000078bc740023be26e558802d5ad6740fb7a6b42b8037a1d4d6fc30 0.00 MB 9 287
122,503 122,503 0000000000005798387155cc89250484e95bf95229080428b0752f1f48e45b9f 0.00 MB 8 0
122,502 122,502 00000000000065427ea001746f42cbaacadd547a967fe3402b1b35442c778490 0.00 MB 7 342
122,501 122,501 00000000000085d6c2c755381a86c92fabc620a4524e614c345df84b71fd9887 0.00 MB 9 304
122,500 122,500 00000000000001e588fbc21b5e0f9ee387924ba0ac382d8f0ee645117d10303c 0.00 MB 7 0
122,499 122,499 0000000000008afcae18ec09599463d4c98e3f4ca05564eb0088c173cb489b03 0.00 MB 8 0
122,498 122,498 0000000000007f026450ab426b4284a78ba68023386861b93d211aa081a60d06 0.00 MB 15 1,031
122,497 122,497 00000000000088183fddb2b056b332beda0d40b9fe97909fe29ac6f4d6e5624a 0.01 MB 17 456
122,496 122,496 000000000000023fe63437935fbc160cee47b64001a8190cff1e29d921b031a5 0.00 MB 16 201
122,495 122,495 00000000000055e1f385257c79c495e31415f8427aa998e0f0ccec009b97d53a 0.00 MB 11 306
122,494 122,494 000000000000414f03dc64923350d81a4af77b5348c3850d33446982fd5769cd 0.00 MB 11 562
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.