Memory Pool Memory Pool Refreshing

13,954 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (708,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,736 198,736 00000000000002d258440c2b6f9f9355d964e7fcbb9c823359cec67ebe55e9fb 0.25 MB 524 147
198,735 198,735 000000000000060ac209622641761d98c86175ff8dcd0d3c36b2ee0fb033f520 0.00 MB 10 15
198,734 198,734 000000000000020f9ef598e0176bdd304ec67760d304d676bdc0d729ae3e34b8 0.16 MB 377 188
198,733 198,733 0000000000000206e81fbed3921a76c7fc975ed53112b9c6607b2b200580531f 0.07 MB 188 135
198,732 198,732 00000000000000a254cc999be25260aec31581a82c464e28df87401ef979d35c 0.00 MB 19 76
198,731 198,731 00000000000000e90eb0fd73bfcd08ef0106e68e76e17e9e1d4f41d9236afbdc 0.05 MB 144 210
198,730 198,730 000000000000019ff702375463db4c8734d38fc774a4e8439a38734443875812 0.09 MB 208 184
198,729 198,729 0000000000000619713afa30535dd2b029f7d00a6197e8a7daa7625232cdc071 0.10 MB 166 174
198,728 198,728 00000000000004d0df8915abf8d2531b10241cfdda6be97ebc0c2afc7398df1d 0.14 MB 420 164
198,727 198,727 000000000000020dc2fab27fd2de641c1351e4804b2781cd4238dd60aa1d555f 0.01 MB 42 135
198,726 198,726 0000000000000596ad9e6cd471abe049457ea7268fb7e02cd950c5ca84796eb5 0.03 MB 88 175
198,725 198,725 00000000000005e829ffbcf7b31dcb16103f19a346e160b44c58da7323ad1658 0.03 MB 105 172
198,724 198,724 0000000000000636467c2e6380ea0fdcdb0eb47ba31f471241a030e3cdc5fdef 0.02 MB 46 112
198,723 198,723 00000000000005f616f0b316c602b47567ba30b9b7af46ef6d12d9ceac6f05da 0.14 MB 207 91
198,722 198,722 000000000000053083b62807da1397a897a15909550abd4797ee1f45098e2070 0.09 MB 266 133
198,721 198,721 0000000000000197c4a1396a2afeac5349ab92effe48fb1f67c1c723f804b543 0.08 MB 204 139
198,720 198,720 00000000000001b7e5adccc193e6d5ee9171110f3f20482b353e3c32f5474830 0.00 MB 14 71
198,719 198,719 000000000000045f4795770046b00d7caee3133c96423ecc8115c73916c488aa 0.12 MB 276 140
198,718 198,718 000000000000016524f467035e76da67448ca62db5e9eeb0b992b29570bc1bdc 0.05 MB 157 83
198,717 198,717 000000000000007769ef4e84ee6f64385e39bad1d63a92d3fecffa5531f64fba 0.18 MB 319 86
198,716 198,716 000000000000042d42ba38e21a25357d1200977a0d6d4bac3c2328dc5aafc85c 0.15 MB 375 131
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.