Memory Pool Memory Pool Refreshing

8,429 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (577,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,129 330,129 000000000000000016fab906b9d2f232ab16a635eefd0694fda51493eb66f914 0.10 MB 211 27
330,128 330,128 00000000000000001a797bc4770223e93afbd7113968772276e6856e531cf337 0.10 MB 155 26
330,127 330,127 00000000000000000b3c338502e3a5e2466d3ee28c9c4b724cd5b3e22c8823ed 0.24 MB 505 30
330,126 330,126 00000000000000000e6b7d6b9eedd009b0f0e4c1e6f76faf9e4c859074e6c464 0.28 MB 483 25
330,125 330,125 000000000000000009eefc85eafb1eeaf9b84e1158b26206ac8b8ec4cba1950e 0.95 MB 1,719 25
330,124 330,124 00000000000000001b851410161504a7472dbf335457e54e06b6debd0d64ec6b 0.21 MB 277 20
330,123 330,123 0000000000000000100b24dc11dbe7ee5ba3d76256bcb4174cf5b0a7fcae54c2 0.11 MB 233 26
330,122 330,122 00000000000000000d58fa2c990340eefab19cfefccf79913d62330a3c6f0d41 0.07 MB 118 26
330,121 330,121 0000000000000000088582a480204ab3bf09b6332b2a52162867b5bd3d96637b 0.09 MB 109 11
330,120 330,120 000000000000000014f6c5e67dc2be5b9efcb9dd9f2ee59188a5c70ed0b37665 0.22 MB 399 27
330,119 330,119 000000000000000002e9203b8fff3bfd401ee7fdc34e3cb910cb1a3f2b6a1c60 0.57 MB 1,159 26
330,118 330,118 000000000000000003ffa6e012802be589384a2df6da4221c362d82e8efbe30f 0.35 MB 766 32
330,117 330,117 000000000000000017fbc63f92da0b54dfc5dbcd48bd03c4cbae95299823752e 0.44 MB 594 21
330,116 330,116 000000000000000001daf74d4b504eaade3c0b6b00388d5bd267053b2ace9752 0.25 MB 327 30
330,115 330,115 0000000000000000193175cef0056f748dae98b3b203c9bfdc4b99c5503d6850 0.25 MB 687 36
330,114 330,114 0000000000000000006bd3a18f4edd75288c4ff1e106606e096fd49f3d708c27 0.60 MB 1,137 28
330,113 330,113 00000000000000000ff8996f68e64204d43fdd68a785b78c29c873ef19cad20d 0.21 MB 392 26
330,112 330,112 00000000000000000bb0da22edaa9c7e56843c082747f27fc25b9a09e7f5c71e 0.12 MB 238 26
330,111 330,111 0000000000000000013cda60643e98c7fd3e5ad782c15529fab2fa0ca503f70c 0.27 MB 443 23
330,110 330,110 00000000000000000eeb3c27f655d9ce1c1c75cba9e7ba8d4c6525880874861f 0.08 MB 129 27
330,109 330,109 00000000000000000665217b9f397b297635a3b783a972b70d6ebf5e7730c2de 0.10 MB 191 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.02 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.