Memory Pool Memory Pool Refreshing

7,816 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (49,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
858,301 858,301 0000000000000000000132b81dbf6a0d474828dd51a18d3b2ce1db36eb675712 1.52 MB 3,947 6
858,300 858,300 0000000000000000000237fc983d05c3dd800a1833586958eebfaa58c2a7da69 1.58 MB 6,034 3
858,299 858,299 00000000000000000002378122a42fba94acfdff8fe48591c1ce12615a039599 1.58 MB 5,442 3
858,298 858,298 00000000000000000001830adf24bd1cfe77beeb5ffe1768d768c7b9f86edef6 1.65 MB 7,722 2
858,297 858,297 00000000000000000000d148c53345db0e825c0f357dea78ac638ce59f3b85e1 1.50 MB 7,396 3
Previous 10 blocks ↓
Total Size: 768.93 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,606.67 GB sent, 92.46 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.