Memory Pool Memory Pool Refreshing

6,543 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (709,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,021 198,021 0000000000000198335360aabcd7393c46995ed74f50dc74298ad440d373ec5d 0.02 MB 32 86
198,020 198,020 000000000000001f61402edc385bf9df7a111542363a1d8fa5a16061759570cc 0.01 MB 32 0
198,019 198,019 00000000000003cf2a98b5a79b4a09457dc0a04ad4314c04f7f31a4414781b02 0.10 MB 241 139
198,018 198,018 00000000000002f83c9c0d81770111fa9d10a163386ada7938d39456dacc51e9 0.25 MB 679 148
198,017 198,017 000000000000047e2b7b4ef77b7fb70b3e00484a1c517217547baea98a4e8d71 0.10 MB 334 262
198,016 198,016 000000000000037623e25fca2d7101683d036532d6f185630aab0e8d8ff3c6e7 0.18 MB 478 140
198,015 198,015 00000000000002e4eed1c9747c036ebfb22ae3019069848294c517713efd8e85 0.05 MB 140 133
198,014 198,014 000000000000055b3666cf9d1960d3b6002a285b8d1a826929698f5fac69555e 0.03 MB 85 212
198,013 198,013 000000000000045f2907b26db5b42c9c291a4f6e4874ef4d0ed7426f0a316da4 0.03 MB 56 111
198,012 198,012 000000000000049a2a170f02e024a1dc839344936b309fcf6423cf7ac7b6d3d9 0.05 MB 74 124
198,011 198,011 00000000000003048ab93b0fb8aed032ded328e86385a304bdea2530b6e5bcdb 0.02 MB 25 45
198,010 198,010 00000000000001168bd86efe8f70c6b5612161d78c2c52cec2dc4d61bcd5bacb 0.20 MB 510 134
198,009 198,009 00000000000002595fc54278ee023c62b6005a6a0dc7e56a855ea897f9c156bb 0.05 MB 155 517
198,008 198,008 0000000000000256d361b5ba8b96b185d0c2e28360d967575a3824fe4aecbbd0 0.03 MB 114 184
198,007 198,007 00000000000001068a3926449195c7950cf07eb0618f13ffb59a2867ce811b89 0.06 MB 172 1,143
198,006 198,006 000000000000054e09bc5422d7af63a6d35dda0a8b4a319a699bd48aef449d6b 0.03 MB 86 578
198,005 198,005 000000000000043d9c3637d517c968f5f4b8716b1ab7de676a2f2d51a3dad65b 0.02 MB 35 103
198,004 198,004 00000000000002cb0c46ae87618e0d622477090cc346add0e5b93138dda299a7 0.02 MB 46 124
198,003 198,003 0000000000000458708026f010c1b8cc698ac7c2ead7bc3346a61015806d51e4 0.06 MB 126 111
198,002 198,002 00000000000000a7d70a6bdc2b5cf31359139912595ffda55d3f88c26c9874d2 0.07 MB 150 115
198,001 198,001 00000000000005e980307d69776708a2899ea7af6fa376d15b0676dcef00eee2 0.04 MB 50 39
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.