Memory Pool Memory Pool Refreshing

8,624 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (610,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,231 297,231 00000000000000008f93a06cf514d2083dfd35a97074df46ad9dae0a038f949f 0.20 MB 55 9
297,230 297,230 00000000000000006d9c3419b74c34c961bbb5f263d4344a776082a4519aaa21 0.12 MB 272 42
297,229 297,229 0000000000000000511671dcf328d1c3ac6b28c5015af4b60fc4f377c732e5ed 0.07 MB 158 30
297,228 297,228 000000000000000099337b3814bbe046775432c76f9f0fb9b5370890a93972dd 0.11 MB 81 24
297,227 297,227 00000000000000003f51d74a0152f5d2448a0a56071c1bdcba1d53cadaf30931 0.35 MB 545 31
297,226 297,226 0000000000000000452aae6e47a3238f68945b13e5d5e67c53d308927b4d9d8e 0.07 MB 118 32
297,225 297,225 00000000000000008fab4410d34bd7c03d9fb82c7dd2e0e685e52d40bdbee76d 0.12 MB 219 35
297,224 297,224 00000000000000006aa45c7432493760cbe5332a897e51389bdde4d0f734f9e8 0.16 MB 285 38
297,223 297,223 000000000000000018468c0098df60c2c2616d2b9b37855249a361497efa239f 0.08 MB 91 18
297,222 297,222 000000000000000057f8893a379407df53671eac0fc56649c746021b04b056d1 0.22 MB 256 22
297,221 297,221 00000000000000007529614fbf679f65e3c324c3298e9efb0b598ebbd7937e7f 0.03 MB 54 29
297,220 297,220 0000000000000000205e326d27d43242741ab429372294fb3addcaf19eb7a26f 0.04 MB 73 22
297,219 297,219 000000000000000018d7c774ce7523a41cc1ac45c866cbf4153d422518f35f0c 0.05 MB 23 5
297,218 297,218 000000000000000023c960905f975a890a5fbe99110105eaa6596ecedd7fe340 0.19 MB 375 36
297,217 297,217 00000000000000009b092923997de432ce1579383dbddfd589233bc210e97868 0.25 MB 486 37
297,216 297,216 00000000000000007a8867c90995cdeb4671dac2e2f1ac0e783c7f5940f2a915 0.25 MB 541 436
297,215 297,215 000000000000000000c0077443502c43c29ffed2e56bbfb0d7df889c0b46f596 0.47 MB 808 30
297,214 297,214 0000000000000000222da705cc5d3896906f636eb4b3338d5b62ab66e032a2ba 0.31 MB 503 30
297,213 297,213 00000000000000007f00a4d4e9beaf8079295775cdffcb672af774993a4acb02 0.06 MB 128 43
297,212 297,212 000000000000000031d8e2b299be2128c0b494357cff87a9f0994be3b3f4386e 0.02 MB 64 44
297,211 297,211 000000000000000072b6dfe4846a38e6467a3f5092f5ecf6efead0c5964968fa 0.10 MB 107 13
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.