Memory Pool Memory Pool Refreshing

2,388 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (840,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,904 67,904 0000000002c1086ef568b192c95cddb22b131b13a45c69b6638c19d6d36f80c7 0.00 MB 1 0
67,903 67,903 0000000004e891bb08ffbe4f5fb40865fb38beab2b6d0aeae4c15fcebcf93018 0.00 MB 1 0
67,902 67,902 0000000002e373351d5ef3d26387370a57b9f821073fab5b01cfbdb2d2163c28 0.00 MB 4 1,416
67,901 67,901 0000000001861efabdd98a1a28b1ad3556598d47c0d62f7e2f9378fccf45e0ae 0.00 MB 2 0
67,900 67,900 0000000003153e58fb90df051710ec48e6d4d9742d92c71875e4259cf52b6b1e 0.00 MB 5 1,109
67,899 67,899 0000000000a841e022104bad6b7cdd35f2513bb3ba83769d94f8df9738a1b8f3 0.00 MB 2 0
67,898 67,898 00000000007b9da6e7076243c0548127b8d0485d60c76aac95b9380eae9287c5 0.00 MB 4 0
67,897 67,897 000000000179ea4a9e00e0c98725978c92e1b1f66fae42e87a720a31abb72a9c 0.00 MB 3 2,403
67,896 67,896 0000000000bfbaede8cdf788598c32162394b2dd79c255710421295ae59d1779 0.00 MB 1 0
67,895 67,895 000000000065e7b5a366d375f2006e87c7558111c981aa7d4bf71766f9a4b127 0.00 MB 3 1,149
67,894 67,894 00000000032dfae8ee302c0d88e10653cdc39c2cb8d95cbbe92b8afcf36c3d2e 0.00 MB 3 1,934
67,893 67,893 00000000023d0037f7d47d916926c7c9916b8e5f6e300e1d26ac3e5cfb3dfab0 0.00 MB 1 0
67,892 67,892 0000000000f33538813f56bbad2cc0dd3fbd1751e428dcb580b5859abd83b75d 0.00 MB 4 2,967
67,891 67,891 0000000000153abfefc9346e16211d0c2d70d7268746f84d64df72764e95e238 0.00 MB 2 0
67,890 67,890 0000000002cd10ecf4e6e19894b17d4720ebaec10f544e5f546de4b085835aa0 0.00 MB 3 2,074
67,889 67,889 0000000000d1d0de2fc34d27294bfccdd6c135a78e1e8b458461df3d7d1a2695 0.00 MB 5 1,074
67,888 67,888 00000000039a0dab7e032dbab4dc9a8188d41fa41a2174def4ff9e646ba727dc 0.00 MB 1 0
67,887 67,887 000000000500d8162da77058032f4dc53158d47c7dbf0cd2ee24a342dd3bb231 0.00 MB 3 0
67,886 67,886 0000000001b0df4c3096fb473c83ad7b88d39be142060b161627d67a6ee82601 0.00 MB 1 0
67,885 67,885 00000000012a1db576d06a085fa793e6faeee2fac9fbc77a405ebae5d0c8154f 0.00 MB 1 0
67,884 67,884 000000000251dfe60eba895bf0edbeaf618698535a2e67a75df5ca55a00d7206 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.