Memory Pool Memory Pool Refreshing

1,512 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (702,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,515 205,515 000000000000025e03199c9153bdf2d05e83deec70ffdce19d87e8a1f763791d 0.00 MB 11 258
205,514 205,514 000000000000048b11b8a0d7bd2c4e7febac8285ad2a7d18d1d104a8f4bd4b3f 0.03 MB 68 87
205,513 205,513 000000000000018c379c5500dc429f1944843666436a8ae3b953c0a05ae36ce2 0.00 MB 10 0
205,512 205,512 000000000000008356509740e345bc1369e5fbf227c955570ca1a6b14daaf64e 0.01 MB 22 115
205,511 205,511 00000000000002d012ec8b772ff6955e83b2e4a8082dc441e68ea33b8da57eda 0.02 MB 42 200
205,510 205,510 0000000000000552b1b3d06264cfd1f9602ce1c783c51ce6b971e8fc2ff219d7 0.06 MB 96 125
205,509 205,509 00000000000003005363d5e65691db85c7a3f67f596991b8b6715cee5a6dae6d 0.04 MB 149 17
205,508 205,508 00000000000003e9aa0c2fa793f9ef1248819514f7d4e975d51cb6c168b2aded 0.02 MB 69 37
205,507 205,507 00000000000002e47ab6f6ea4493638cf8d5634fc7552c1510f2c6610eed682a 0.10 MB 229 192
205,506 205,506 00000000000000f34b57e3bee97172558574a2b2a5d50e20e23b45e28955673f 0.09 MB 128 107
205,505 205,505 0000000000000560d5a72966c1a776d83e5895f5c9abfd1fcd12dcb7ebda7cbf 0.04 MB 94 117
205,504 205,504 000000000000016a5216d9c08bb011255e3acd7a4483fd7a619c1258ae4832d2 0.01 MB 15 99
205,503 205,503 000000000000055ede2d81b394431bd8a46dafd8cd15b3a757b8dd7c22a56d85 0.00 MB 12 17
205,502 205,502 00000000000001e8333cb2c2d2489371a36d5b93d96338e96bcc846d7ee5a46b 0.05 MB 131 188
205,501 205,501 00000000000004ef739ccccade8406ff0bb8a4fafb304fff68ebe8a5856b5ad1 0.05 MB 51 79
205,500 205,500 00000000000000011f32897af953630a387d1741b8cb320660ca76c8542faa1f 0.00 MB 12 48
205,499 205,499 0000000000000199ed1205bf772c29bf21cad0dbf425a51a6620fcffaa384f7d 0.01 MB 31 215
205,498 205,498 000000000000011b8386c4dd1294423d0022e34b80f50a3851b2f6eb72f3ce7d 0.05 MB 151 165
205,497 205,497 00000000000000958e99cddefbec55d16ecca259a42ce89029d57de82845edf5 0.00 MB 10 156
205,496 205,496 0000000000000090cfb456075f4efe71b232442c4664c105da4162ed33d2e9fc 0.00 MB 9 68
205,495 205,495 00000000000004a3cfc3bd786b2cc161b5038a6b3577afd92746b95ce0321149 0.02 MB 36 150
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.