Memory Pool Memory Pool Refreshing

2,279 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (812,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,295 96,295 000000000004333c58fd28d685fa2923b9d016ee0a6e904788d537a6c037abfb 0.00 MB 3 0
96,294 96,294 00000000000119e85268df0aa3035d79403f91b1d29092c33e15d4c4dae7b05a 0.00 MB 2 0
96,293 96,293 0000000000079a1c2e27684bc8a55c21bba9d4af191ef61a063b21864b72ce8b 0.00 MB 3 0
96,292 96,292 000000000004ec35f53b29455dd1391629a2b9589886c71e3edda2ab27040ab5 0.00 MB 1 0
96,291 96,291 000000000007d0a10ea12d5c8eff2916d3a53dd5bbe7000bf93b08cf2337fd85 0.00 MB 6 0
96,290 96,290 000000000001d7d3239b0d20843c64545497df9ca7a2534bc17a71b952708cce 0.00 MB 5 0
96,289 96,289 000000000006ad999c004ce7a350171d22eb902fa72111ad6340045237cdb4c4 0.00 MB 2 0
96,288 96,288 0000000000027ec4a8150c3979da17cd1f13920dfd5b780ee75822cad12d4bd8 0.00 MB 1 0
96,287 96,287 0000000000025ad10f202ca6977fb6637302f8ea9c29d49a88f8463a7a37b12d 0.00 MB 1 0
96,286 96,286 0000000000042d05137bb4b3db4a5a4cd7e1fd472f3fc48f4a79e4d0398aef10 0.00 MB 3 0
96,285 96,285 000000000005625892effd47fb7506602dc2e8e61989c458f37e9f38b03541c0 0.00 MB 2 3,875
96,284 96,284 0000000000020b7b239f12d119b4651f46698561ddf422ed68dfa81976829a86 0.00 MB 2 0
96,283 96,283 000000000006bdae34b80dee4239706495a43d39ca08b1dbce2034e32032981e 0.00 MB 3 0
96,282 96,282 00000000000220ed40aaa96277ebe6decdf52b70a6c4e6e996dc66d92e8ac24c 0.00 MB 3 0
96,281 96,281 0000000000054dc6607336958bb0bec4d7ee592c740a9c278779e3572c42ede4 0.00 MB 3 0
96,280 96,280 000000000003b6a71fa043443ead25ce6308211623684063cf6abf7cf87f8a8f 0.00 MB 2 0
96,279 96,279 000000000007c1e59479b0358d023b64e2f66f36ac34e49274cf79ccc1aa6cd0 0.00 MB 6 0
96,278 96,278 000000000001b3b1aa62ec62aeca4e82dba1426f3a42e5bc34174b953f0676ab 0.00 MB 3 0
96,277 96,277 000000000003be2ce334ff23a3d0fd36753162da7c4e8eea74e84828b4e9601e 0.00 MB 1 0
96,276 96,276 00000000000572902acb302be37c54be54cec0619cf2522e64b2be494a0d89eb 0.00 MB 1 0
96,275 96,275 00000000000275535a2189223c5b07618d9e9c1368fa1370846b566d98275ef3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.18 GB sent, 101.20 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.