Memory Pool Memory Pool Refreshing

8,864 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (696,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,994 210,994 00000000000000a72ec464c1522d39c78085cb0b8ad87f40457e6f9d1a8ce94c 0.13 MB 274 146
210,993 210,993 000000000000030a9174c1eaffffda1dab9efd94a4e3778fd652b0a2c0b0908b 0.02 MB 53 214
210,992 210,992 00000000000000785b74cc4e2fc56aea1442ad07ea3ff0196f1003c1c0beede8 0.19 MB 206 117
210,991 210,991 00000000000001c38e0bce02e949c6f5b8a5ee4957702db84742bb26108eb0ed 0.25 MB 295 97
210,990 210,990 00000000000000c4f353b5b7db3ff4271a43d67f5a7d97c7a7e93e61f34e7d07 0.25 MB 640 339
210,989 210,989 0000000000000031dead200ad175993e7fc489d66cffecbc446029ce095fc325 0.05 MB 102 100
210,988 210,988 000000000000022128eef0ef0f5241e4e3ad14c5128f742e9e7716954285ff2d 0.13 MB 340 211
210,987 210,987 000000000000000a736b2249eead591acbe0483f7d1ba8186dbd35169844ee17 0.07 MB 124 118
210,986 210,986 00000000000000650f77607d237edc8d0aac2a2bf99b9594733a29d8a34a1a68 0.18 MB 353 148
210,985 210,985 00000000000002c03087702f6a21649fbea768997340cf3734ce09a678ec5df3 0.01 MB 20 225
210,984 210,984 00000000000000683c81c90986bf903e26fc44173a2d1ad90024288c32ce7ee3 0.03 MB 65 129
210,983 210,983 00000000000002e282e53851327a790e3e4b2f9f87914bdbe79b4cd2612adf3b 0.06 MB 147 218
210,982 210,982 000000000000012a47aa155e4580a290caec345530c2a9501db0474b9a38453e 0.21 MB 346 100
210,981 210,981 000000000000022652e7b2093845c15c3cbf62046d061ee3e39fcf2f8140d6b8 0.02 MB 41 638
210,980 210,980 00000000000000c7ef14325f3023b4d19ddfa825c6fd356e2f17ba39c1db3fdf 0.03 MB 89 24
210,979 210,979 00000000000002f5e1bbe2f1d58f37220af7f08e7774314804bb9239906ba54b 0.16 MB 345 170
210,978 210,978 00000000000001d47c58194e813bc84641129fb439f570a9c2745dd29d8bb847 0.00 MB 7 0
210,977 210,977 00000000000001db1f81512e1ea523382c14daf26822ddd2c6f35d722d1a1e7a 0.11 MB 170 120
210,976 210,976 00000000000004006aa5eaf20f8966be87bb3154899b43d83daa1bcb73666be7 0.00 MB 10 1,095
210,975 210,975 00000000000003bb41358b18f428444a63e426dab7210cd0d7ee43783424c9d2 0.12 MB 256 156
210,974 210,974 00000000000001da5e00337141f52ef57a4d6afc1d226fb20e0d74ecd61c91f6 0.08 MB 256 276
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.