Memory Pool Memory Pool Refreshing

7,894 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,259 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (778,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,501 129,501 00000000000008ca2aea3c2b9e760cbdb636a9551918fd6cb41074c7bf9bad1d 0.01 MB 33 225
129,500 129,500 0000000000001c427502ea512cdfafd30504eb6651bc4be72e2e528263f778c1 0.05 MB 104 471
129,499 129,499 0000000000000d9c759bee77638c8d36660491ac282f9e6c05935eed86b1d864 0.00 MB 16 1,426
129,498 129,498 00000000000011106f08af346db110a299086a8b07027dd9c7c70170670f5462 0.01 MB 15 563
129,497 129,497 000000000000098bea933ad9ccda892fd4ca4df06fff157598f37ae4bea50595 0.01 MB 17 1,560
129,496 129,496 00000000000011747f86604379f3b1add324bfb7899473275a38483471b0a447 0.02 MB 46 303
129,495 129,495 000000000000114ee8a5443c5cc84818874debcfae34890d9f1924111246af4c 0.04 MB 104 2,075
129,494 129,494 0000000000000a6bfcd004cc046afa81df393217141dce093108d8854eea985d 0.00 MB 3 0
129,493 129,493 00000000000013ce668a072746a1ef26f5ae4fc6b14c2e49c2d5041bf13713dc 0.01 MB 50 624
129,492 129,492 00000000000002f66278b83bc17be01eb6d856e8aa66b65e281046d66b597005 0.05 MB 128 1,005
129,491 129,491 000000000000078170a0d0152f243635c08d9795973c6273924745b9c78c6bcd 0.00 MB 12 1,219
129,490 129,490 000000000000073d56f996756bf05f4bf2d054e7890bee595bf419d30f9f9e9c 0.02 MB 26 829
129,489 129,489 0000000000000ff267cdeddbbde9f82b5b538e63ea5561a6728ec07ad8b5f713 0.05 MB 136 736
129,488 129,488 000000000000171dd9c6a192488a7a5b9781ab57a433960c2f747a7d20d71ceb 0.05 MB 176 225
129,487 129,487 00000000000014184b613ef66b4dc9c973ecf249b162d37d06754c1ba9610048 0.05 MB 76 699
129,486 129,486 000000000000111fd4a8349ebe7db738fab4fbd81d9fd8f5b0b971da3f15f1a7 0.05 MB 92 282
129,485 129,485 0000000000000e5346adaad4ae84a064412e1a89a5b3b0c4703a08748b92dd07 0.05 MB 46 78
129,484 129,484 0000000000000925fdd64438433b5348487f92f985cd82d1c915ba47c8efd4a9 0.00 MB 1 0
129,483 129,483 0000000000001879a16ef6900cbdfd97863bafa5e3e7ab49e18e612b851ecf76 0.03 MB 61 964
129,482 129,482 0000000000001a7793ef45c7b472936aded5b06a06daa8d928bc84303afd76ad 0.04 MB 69 527
129,481 129,481 00000000000006231bfffb802c4dd87467a3caf2468bd43b59ccaa19286679fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.