Memory Pool Memory Pool Refreshing

266 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (861,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,372 46,372 000000000a1c934a29574b7b36e3ad9fa19fc4dfea55cfb35b3d618123ec12e1 0.00 MB 1 0
46,371 46,371 000000002b2bb951f38c39b756c35b847ea5e191cf3e88f68d5837cee57e921c 0.00 MB 1 0
46,370 46,370 000000000904e3a42f011372b95fb025c22ab495079754cf24bd967d2efc4781 0.00 MB 1 0
46,369 46,369 0000000021c1393bca2fce14386cccaedd533fd5bdd4c4c2bd6e5ee7868724e5 0.00 MB 2 0
46,368 46,368 0000000027c99f9712286d6f3bd01f4d6de7b8bcce586c92f7a131b96d5d96c6 0.00 MB 1 0
46,367 46,367 000000002e0c0ac26ccde91b51ab018576b3a126b413e9f6f787b36637f1b174 0.00 MB 1 0
46,366 46,366 000000000f1eff2a03cc20740ebd136c1ddb5fbdb5d3062b5fbc4661823ded10 0.00 MB 1 0
46,365 46,365 0000000014b2975bb364c645d7aa3329eec95ec1bc352572ea2fbcf4a9fc0975 0.00 MB 1 0
46,364 46,364 000000000db4f51533f8c93831a00ff631953eb5e85343bbb42f0b4df9c129e2 0.00 MB 1 0
46,363 46,363 000000002fc4ebe17d8ec65a6f8478f404fb98e59a5ded32f38104464444543a 0.00 MB 1 0
46,362 46,362 00000000361c17264a190753d7287c9b582b5dfc3177e6d5990db61c9cb05c04 0.00 MB 1 0
46,361 46,361 000000000a365ff6cb51af89a0bac7362a0f28f4f3b6a9fb9ee19253b8fa1292 0.00 MB 1 0
46,360 46,360 000000000d61c540222e713f3a4b24418316fcd8b0dc08bbc42c63d9a82a2618 0.00 MB 1 0
46,359 46,359 000000001c6c9cf78136142ea1af0c366faa483fbdcfc501749b62b8010f8291 0.00 MB 1 0
46,358 46,358 00000000204c6ac501edbc4824392d18b6ab53cf7e382147d7e8d941ea7885c8 0.00 MB 1 0
46,357 46,357 000000001a3cc5efd4004b0c7a1e631be3e20c19eb9fb28cf9e4f5507d646355 0.00 MB 1 0
46,356 46,356 00000000300e7a522e071997d1e9ec7f59d0e2e47347aa8bf98d3d7ae81ef647 0.00 MB 1 0
46,355 46,355 000000001b01933084d29ab5d139127869647913082110dc342276d5364a260a 0.00 MB 1 0
46,354 46,354 00000000083c827a39324430f697aab5cbb3b7f4a2904960000dbd127a134034 0.00 MB 1 0
46,353 46,353 00000000352e3ad590d21c145b2d9ba2797b17a8ecced9f79dba6c30b9ecc8a8 0.00 MB 1 0
46,352 46,352 00000000198203e414ab35f978bfc601ef4ec50cb1529f04c90948c36d65d4cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.