Memory Pool Memory Pool Refreshing

2,884 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (735,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,410 172,410 00000000000008007c529f626d3a27e54e1185991ebe84d6a70895c9d31f8a34 0.01 MB 21 218
172,409 172,409 0000000000000a492b4b6c03017e86801e320a55ea65f78d66bcffbe92ec15b4 0.03 MB 60 208
172,408 172,408 00000000000007f406247e3e362ef4a147fd9d4ba6641e7c07010fb3523ddb34 0.03 MB 32 36
172,407 172,407 00000000000008e2224d75d9ba128e7e287b88694664f8f1a8a26d1e6648950e 0.00 MB 1 0
172,406 172,406 000000000000087d23d35097479138752a184df840461fda9c9af12c71152f0c 0.05 MB 121 146
172,405 172,405 0000000000000988f45e415b38ecfa998869a651e2dc14af8a7c2f11cf5e2ca9 0.03 MB 127 52
172,404 172,404 000000000000095a3b88bb28e1c678e61b204d56933f80233d5b58161010f667 0.03 MB 61 167
172,403 172,403 00000000000006876721c31a9970e6b9630bbac1c41019653076f4cb1069612f 0.07 MB 133 217
172,402 172,402 000000000000063be2e49538bca5dc73f37eba5380e6d14f89606c78f662bd48 0.00 MB 1 0
172,401 172,401 000000000000069a9d827393338bc35e641e411a5edf1647ed6de214cb197606 0.02 MB 55 327
172,400 172,400 00000000000008475bf844461ab35d3ef8f9abf3af9b582c0fba44656446387d 0.00 MB 1 0
172,399 172,399 0000000000000692e008f9ed0819ed2a892f4ca98f2ca8ca2031ab4b1e6fb97f 0.04 MB 137 25
172,398 172,398 00000000000006afa59a0dbf0d5be26f6665067fab449c315089bb7a797928b2 0.05 MB 104 82
172,397 172,397 00000000000008feadac2436105855a4ca4dc29a1eeafe2446acdcc21c3bb78d 0.00 MB 1 0
172,396 172,396 0000000000000635c404e7b820c414c86addecee52e247bfbcf4c6af89107b8a 0.00 MB 11 1,382
172,395 172,395 00000000000005546c9c97c4552274a08a802655638628d44e9196aa2227d36e 0.00 MB 1 0
172,394 172,394 0000000000000af7c1ec971ad077a5f976334844e8e71174f83ddb2ec76245ab 0.03 MB 72 54
172,393 172,393 000000000000048e806ac5e778286a8a4c5dbe04147ec7ed014455752b259583 0.00 MB 12 31
172,392 172,392 000000000000071cc7423f331e505ddcf9ac28516b128bfd3e4533d317955464 0.04 MB 65 101
172,391 172,391 00000000000000262cae254db0d4e4df64a52dbd3854b005d9c00637921c3af4 0.00 MB 1 0
172,390 172,390 000000000000026e042840c4d2b291f3abed5bd4a28c9f9c2c1731b04806bea7 0.03 MB 24 7
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.