Memory Pool Memory Pool Refreshing

13,338 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,962 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (49,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,322 858,322 00000000000000000000bc74750f47949232ca9da7ea6efe7d2277859672a327 1.56 MB 5,018 4
858,321 858,321 00000000000000000000ac5c2fcecf5e448c55b5570e3be3d8271b81bd5ed8f7 1.60 MB 5,427 3
858,320 858,320 0000000000000000000115bfceb2b7d0f2fa6d2ce36954917892ed5da391dac2 1.60 MB 3,762 5
858,319 858,319 00000000000000000000dda8b9d6c8da8ddaef7e81a512533b66c89ad9d4a2e9 1.75 MB 4,594 3
858,318 858,318 000000000000000000025f36b5e0ba4f22fbc10f0a0f4c5d4c7d20fe1bef7b72 1.81 MB 2,801 3
858,317 858,317 00000000000000000000933a9622668a23e493d073696ab902d044509c89d9dc 1.46 MB 2,236 7
858,316 858,316 0000000000000000000230873448c46f193a9ae35ceeed706b6320dd1fc87b98 1.71 MB 4,990 2
858,315 858,315 00000000000000000002f9d15b3574e5755c47045cb7cc3455411a8eb991f1a6 1.69 MB 3,888 4
858,314 858,314 000000000000000000025977cd032a9a6b6c1e089d929842875a07ac52ae2423 1.63 MB 6,235 3
858,313 858,313 000000000000000000028b932c98a06cd0f4ea26399e4a2fae03727577220d55 1.61 MB 5,420 3
858,312 858,312 0000000000000000000184d90f09ad4e830dc963d968c74cc91890d906c94b5f 1.60 MB 3,179 6
858,311 858,311 000000000000000000001d103687cb6ed1b5627260f3e36e37c500c4f02bbe4f 1.57 MB 4,425 4
858,310 858,310 00000000000000000001e09040384ad0f69e3f80f47eec5e365020b8cd8bec15 1.65 MB 6,827 3
858,309 858,309 00000000000000000000349ba4a3a71d6871c8f310c40fa07688799bf5f2dfc0 1.71 MB 5,780 3
858,308 858,308 0000000000000000000058481a94136d78bdb9fe86905014c9f4fe50c0b91cbe 1.63 MB 6,777 3
858,307 858,307 0000000000000000000203734b80b99dad063e4df5e1c6cbc8f3a86b52075c44 1.54 MB 3,063 4
858,306 858,306 000000000000000000007a8bd141575b3a1b62524cf00f5ae20055e466bc1b90 1.43 MB 2,545 6
858,305 858,305 0000000000000000000183778346a78280291daf9507a6e427bfd42bfe9fddca 1.58 MB 5,922 4
858,304 858,304 00000000000000000001fffdc81b23561fd1347eb57ab0ebcebfa89b3a254947 1.64 MB 7,035 3
858,303 858,303 00000000000000000001cf325e5ee0c453431a2fcfd01f47b732ed13eaa5f506 1.61 MB 5,529 4
858,302 858,302 000000000000000000027c6ace90818fa396af16022b4b9b94a7bde879ec339d 1.61 MB 7,148 3
Previous 10 blocks ↓
Total Size: 769.02 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,622.90 GB sent, 92.96 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.