Memory Pool Memory Pool Refreshing

9,220 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (616,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,115 291,115 0000000000000000dcd0029f1aea1d022924df1165b500c8c8d4c24dc7a5a658 0.13 MB 104 22
291,114 291,114 00000000000000002e80ab7e2633b0a2339896f3988328a7bf532a0160647f78 0.19 MB 297 24
291,113 291,113 0000000000000000fc052d91acce8d02d29db75e8c0c03409d9214e7db6e993b 0.00 MB 1 0
291,112 291,112 000000000000000005a8dccbca403be0127985b744c2341e97373aa58b8126a1 0.08 MB 256 23
291,111 291,111 00000000000000000d832fee0b901a561491ed8b5ffb2776007e9f2d8a2e1b6a 0.35 MB 900 43
291,110 291,110 0000000000000000fc11dc4cb95ff50df804c8446154c5b01ad2325661974f48 0.19 MB 260 24
291,109 291,109 000000000000000057d4ed45ededfbc2db182f1e9947c16f9755911bdc0bb7d0 0.02 MB 67 24
291,108 291,108 000000000000000019db5052d66cfa76d2188f69f4aac4cd0451d72c7496808c 0.18 MB 345 36
291,107 291,107 0000000000000000fcd0e10e09a786a120bf137e697e9986176905322603b51e 0.80 MB 1,353 29
291,106 291,106 0000000000000000a0c1f5a51fbb70679a8af3ee3370a9de611f8ccffc7a8916 0.33 MB 568 32
291,105 291,105 0000000000000000c02bd69f5380539a13573c4dbcf96f11a618bff54cf0b4cb 0.34 MB 572 26
291,104 291,104 0000000000000000dec763e56e70b45a2dd3f5573439b8282fce7fd71ecebaff 0.18 MB 526 40
291,103 291,103 000000000000000068b41cf84cdc2a8bf945f78f994469f92692fe56fb407d32 0.07 MB 92 18
291,102 291,102 00000000000000005a2fd1c1169a71f1ed4042e37dd77478436bf7aef4a187eb 0.19 MB 374 41
291,101 291,101 0000000000000000a5e89b3cdd2b8aaa5e39998b5e08903ce78ecdd1a466ab26 0.21 MB 489 38
291,100 291,100 000000000000000045ce9a402bfc7c20e9d590b11110940b1bc4d36020a71fb9 0.14 MB 377 36
291,099 291,099 000000000000000064f1be6c1db0d1fc34f051848e9830f5cbb7b3807916a2f8 0.39 MB 784 31
291,098 291,098 00000000000000000595b81b32e1f5ba202f7c8c1fd1cf3a8eee0ca1b783b15c 0.22 MB 403 34
291,097 291,097 0000000000000000399a6d7f21cbd53379d5bc2be3dfe6c58b86d1486412544b 0.17 MB 369 46
291,096 291,096 00000000000000005c1f92af7d372e5ea8acf189e590a70a922675e6ec7f3e4a 0.21 MB 516 42
291,095 291,095 0000000000000000ef855d5043de2acdf262a2cf2ccbe403d8712d28497b3f03 0.13 MB 362 41
Previous 10 blocks ↓
Total Size: 768.98 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,616.42 GB sent, 92.72 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.