Memory Pool Memory Pool Refreshing

8,031 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,072 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (416,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,485 491,485 000000000000000000c7d62d38735427be6e788b602e00f7a3778f64b502fd15 1.05 MB 2,280 140
491,484 491,484 0000000000000000005ec1524d6fe03850d4305d7be7c64fc0266389754509a9 1.05 MB 2,262 140
491,483 491,483 000000000000000000d0caf730620479d030b571416e7741e2e5b62f595d9170 1.04 MB 2,498 182
491,482 491,482 000000000000000000381dae04328d783ee9a1739e2813df0d08041e3b3516e3 1.07 MB 2,457 154
491,481 491,481 000000000000000000dd15735ec4ff8d316589acfd99945fffe60025ccbd66fb 1.04 MB 2,249 130
491,480 491,480 000000000000000000320c052ac8d29092905b846740a1c988d30a6a231daada 1.06 MB 2,375 164
491,479 491,479 000000000000000000b675a41e17c7f383326446241dd00009a048441f1fb8f6 1.11 MB 2,316 121
491,478 491,478 00000000000000000041d371724cd12d804c33a2bb34f8509f7f139002b7ebf9 1.00 MB 2,441 160
491,477 491,477 000000000000000000c386e19252aa3ce735e72c158f838eedffd150c4440e5e 1.06 MB 2,736 136
491,476 491,476 00000000000000000008f60f5937fb1b4e448ec9c381d38d66cb526bdacbeb27 1.04 MB 2,115 207
491,475 491,475 0000000000000000000e5a7e52ba885dfaed5682742d6952c4c4884ef30b1c82 1.06 MB 2,267 105
491,474 491,474 000000000000000000e9a599214857c20638d6c8b1433a3d0f6b4cc71c8f456e 1.04 MB 2,037 149
491,473 491,473 00000000000000000050a730297ff9f46723110b7d12df02d7cfd87a47cba3fd 1.03 MB 1,777 129
491,472 491,472 00000000000000000085090cb7a4a199b16ff43762ceca48f99c1b10bf4a4638 1.06 MB 2,375 166
491,471 491,471 000000000000000000ab27dab9ab282c7d9ab14e3559ebbf21ffba9043c2fcc7 1.05 MB 2,661 160
491,470 491,470 00000000000000000002888174fa5f9bfaca2d6badb9239acb2f193e2ce862cb 1.12 MB 2,228 92
491,469 491,469 0000000000000000009178df7a73c8bdf58933e9e69324f39ade06367cacb39d 1.08 MB 1,741 27
491,468 491,468 0000000000000000001004ee9cd0f053891a09c0229a2d752f4f37d433e8c173 1.05 MB 1,387 32
491,467 491,467 00000000000000000009fb44cb39fd9a051b30d8db7e5e1ac7245e5491cdd269 1.04 MB 1,871 99
491,466 491,466 000000000000000000a4ac5a3c1c0a96e880c6f6ec5f68d284ad9dcc543c022c 1.00 MB 1,685 71
491,465 491,465 0000000000000000003bf8b86a1238d87946e41da066bcafad9a3d93c65dac31 1.05 MB 2,032 35
Previous 10 blocks ↓
Total Size: 769.24 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.09 GB sent, 94.15 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.