Memory Pool Memory Pool Refreshing

1,311 transactions (0.30 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (8 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,938 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,937 (890,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,190 18,190 0000000075fa88ec971d8ebade1539e6bd85abb51dd20bc7a19f138c61097cde 0.00 MB 1 0
18,189 18,189 000000005908eda78677a67e8a8fd4edcc46d82b747eb208cf365175bce2c98f 0.00 MB 1 0
18,188 18,188 00000000f3b07f747302f1ae18cd33abdd4c9d6e82c3047ffa2564d0ab78cc07 0.00 MB 1 0
18,187 18,187 00000000fcaa515313c9964c05e058cdea218ac56227415ac5ea6d511978cde4 0.00 MB 1 0
18,186 18,186 00000000219cd9976610a110cdcea203fb31070e4482f0e13e6b0f745dfeffe0 0.00 MB 1 0
18,185 18,185 00000000b7c311fee69927f853a2ae93b471e944f19d69b996c3a883a40de268 0.00 MB 1 0
18,184 18,184 0000000097ba9fc2242c7e9766b1aeec183ac29abc8c7ed8d292397f86ab32ed 0.00 MB 1 0
18,183 18,183 00000000d1cf3aa1a0fa4fa48e9747e7c0eab0617580943848e64fda1a32795b 0.00 MB 1 0
18,182 18,182 000000008dc5ce0eb40a68a916ed0f02ff3675a08d4d5770d4f99d0247ac938a 0.00 MB 1 0
18,181 18,181 00000000e161e34e81300d3d07155227befbc28c46bf859455ae0ab030f1b9e1 0.00 MB 1 0
18,180 18,180 000000006e2d7a3982be50c965a800e240cf934eb20aeed51119bc9e358583ce 0.00 MB 1 0
18,179 18,179 00000000c9985c8ac71811de98271a71a46e30681f5095b2fb70657caee904cb 0.00 MB 1 0
18,178 18,178 000000001ffb74089ad38e5ee673f2676ad4b091db6f673ba184c2322eb715ef 0.00 MB 1 0
18,177 18,177 00000000a0596cd78511b13936bc266b091168d66cb053c04aff84728a68acd2 0.00 MB 1 0
18,176 18,176 000000002564d7cc5db02adc80ff4baaefda91c80d4d9ef388983c5f9b6347a5 0.00 MB 1 0
18,175 18,175 000000000e1b9043cfc127aa868d7689ac1221f1eea3562491b447c1b51e9c88 0.00 MB 1 0
18,174 18,174 000000004cc57741996eb9b070cab5f2633c040d1cf2daaefe66ab0913443a30 0.00 MB 1 0
18,173 18,173 000000008ff3580e119d5683f0c93754583da355fa35e2fec20e080d06bd6384 0.00 MB 1 0
18,172 18,172 000000006e515f111fc13003dd69397f798a1ce9ea19d0cd243a588bfdeed920 0.00 MB 1 0
18,171 18,171 0000000020aefccce2fa59c0a7523755b6607cd69fe4efab955b89fb20336259 0.00 MB 1 0
18,170 18,170 000000005524ad11d7f0138f1e6242318271c94121d37a9156c4f1de03c4de74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.43 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,865.29 GB sent, 104.53 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.