Memory Pool Memory Pool Refreshing

13,593 transactions
7.51 vMB
Show Random Selection Loading Transactions
Max Size: 44/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
882,739 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,738 (1,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,313 881,313 000000000000000000004c271b01e461dfe20e32cd0441a14d54bbebc9744976 1.77 MB 3,223 1
881,312 881,312 0000000000000000000251842690e6131ccdba14c32d4d403fe97ec4874573c7 1.57 MB 1,814 2
881,311 881,311 000000000000000000018173173d17791333eeefda798c0da0a0a62db4720825 1.50 MB 2,479 3
881,310 881,310 00000000000000000000b0b38ed62645a05a2c94282663a140f8fab53736def1 1.75 MB 689 1
881,309 881,309 000000000000000000022ef91237071d2cbba321354822fca1966a223c9809eb 1.67 MB 1,773 1
881,308 881,308 0000000000000000000152cd4a14b595ff71e020a869b5ab2a219e7640b8df2d 1.76 MB 2,640 2
881,307 881,307 000000000000000000020baef60f1d28ed45d122a62769be051dc98ac9b2fe9c 1.72 MB 1,244 2
881,306 881,306 00000000000000000000fc57a0d5d6625a47b8129e6485c5bf9feb7fc37df72f 0.36 MB 646 3
881,305 881,305 0000000000000000000084a1859b71a0da1944e6226e1e8ec0fe4cd2d80628f0 1.78 MB 1,169 1
881,304 881,304 0000000000000000000081fedc316ee65703c31eb51e37be65edd07e333b2916 1.90 MB 2,270 2
881,303 881,303 00000000000000000001cdea953ad443d0cc7d72664abca5b97126d519dc3175 1.91 MB 3,309 2
881,302 881,302 00000000000000000000a9d2e3319bbd14e343dae2e1caf63c3348e4c904d3f0 1.71 MB 3,228 5
881,301 881,301 00000000000000000001dff8806bf6627fe4a0d051a44b056d4c43faeb8afabb 1.84 MB 3,283 2
881,300 881,300 000000000000000000008f1972da41af2802b3bce73c46f791ec52033cd6582b 2.22 MB 1,837 1
881,299 881,299 00000000000000000001c598bc5653823dae6b9d8475bda3b38d4f1a3b24bd99 2.13 MB 1,813 2
881,298 881,298 00000000000000000000c616419961446640d987faf2124b94e106b890e850f5 1.77 MB 1,924 2
881,297 881,297 00000000000000000000d30a726fda321eae5099ef76ddee0925fe30bf2aff63 1.77 MB 1,991 2
881,296 881,296 0000000000000000000012f37aa0524c95d0f15b50d5131e511d191a886634e9 1.70 MB 2,033 2
881,295 881,295 0000000000000000000104d4bdf60ad1cce752ae370263490fd1175a52c71d82 1.84 MB 741 1
881,294 881,294 00000000000000000001b7976d9fcded73ff122b22ad646c82af89f11aa81ea3 0.32 MB 696 3
881,293 881,293 000000000000000000008526dc52a506dd2e5e4a63dd7e6cc5fd8a9a36e30376 1.90 MB 431 1
Previous 10 blocks ↓
Total Size: 723.94 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: 2,224.23 GB sent, 82.51 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.