Memory Pool Memory Pool Refreshing

1,576 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,564 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (709,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,531 198,531 000000000000027686c4206eb6a85598e9804ec203403babe15310437b5cf428 0.08 MB 266 108
198,530 198,530 000000000000057d67c2a3d5048cd41216e37e92393fcb9eecdeece0245df2da 0.05 MB 128 249
198,529 198,529 000000000000007bc081a491c01f20c92eceb6c99c14f77f8b2cf4ec4523560d 0.10 MB 227 226
198,528 198,528 000000000000025b8e21b3eb74baf5167e8aff56c3353f8ee1b34107d70a0095 0.05 MB 127 457
198,527 198,527 00000000000001da92d41936e0b080eeb6b0baf57867b7842e9ecfccf198e2f9 0.10 MB 194 259
198,526 198,526 00000000000004c1f5584adaf41b508da87f0275b3c5869fdb978cfd443c99d9 0.14 MB 281 135
198,525 198,525 00000000000002c1322c3162f2947a3259ce76306b06c0dbfdf1f395814c6261 0.06 MB 139 122
198,524 198,524 00000000000005c461ddca7975ef2be14e3570ad4e92814365ac77c139867bbe 0.05 MB 136 101
198,523 198,523 000000000000008cf8a2435d143a0cb0928bb4eabbe97a946a531d179331eeaf 0.01 MB 22 105
198,522 198,522 00000000000004b5c6e17dae757af0e4fc7a56f9d5bf08887c0751e62ba84891 0.25 MB 681 136
198,521 198,521 000000000000047de6806a5be1b81ad41f212b4dd42194944dea57351f061acb 0.25 MB 567 151
198,520 198,520 00000000000000114a2dcd21b5ffa7a352ccae5f38c3770eb75309d37429c8cd 0.08 MB 267 150
198,519 198,519 000000000000032cb636f879469dbd59d70c14d1ba80384d6bad495bf1d424a0 0.16 MB 455 139
198,518 198,518 0000000000000275c4669591a4642f46cf5cdf1694f08119740317d488e3afb5 0.05 MB 145 411
198,517 198,517 00000000000001191be2dc65bb974ba5dee5df1f8289cec020b29192ac9538f7 0.05 MB 93 751
198,516 198,516 000000000000008f30a4aeddc763b0c35ae1b5db41518dcbea04d2a2e98981a1 0.09 MB 240 622
198,515 198,515 00000000000002633e352898504e1c0a025adb27783a8fe43ea697a41b0a6f6d 0.02 MB 36 100
198,514 198,514 0000000000000253ac6fd5d2e1ef444e7c52e37775ecd3bd63aeddf8778f91c7 0.01 MB 23 102
198,513 198,513 000000000000014656778d32f3aa5fe8d446fa76c8a915574a7f8de3107d3679 0.00 MB 1 0
198,512 198,512 0000000000000357cc74021b468b76ac930688352e5e642dfd43474f1d8691b1 0.00 MB 7 102
198,511 198,511 000000000000048802878bf437cbb794996512c52c51b19f34162ae31f32ba45 0.03 MB 60 364
Previous 10 blocks ↓
Total Size: 769.53 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,648.14 GB sent, 95.60 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.