Memory Pool Memory Pool Refreshing

4,273 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (621,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,230 286,230 00000000000000006c656b660b29095ec7dfc4ca2e5f86d268a6135cfd884ff2 0.41 MB 920 42
286,229 286,229 0000000000000001112332e1ed2b03e6916e4d3b01fb3aa3be46d4d44e1265f0 0.30 MB 615 39
286,228 286,228 000000000000000093983dc518cd4f669e89515e2513c98bbcbeaeccc47c23b8 0.20 MB 383 35
286,227 286,227 0000000000000000ed359c9314bb9ed37d958dfbdfd7f16f6e82f89516d8c839 0.12 MB 200 30
286,226 286,226 0000000000000001538205ebe4291e69a212fd96675d5e194910880d896de18c 0.01 MB 32 4
286,225 286,225 000000000000000058f284457917a0a812dbde7cc6b52292c6f1ef15db5fc1c9 0.13 MB 281 42
286,224 286,224 0000000000000000e59135b61567c54e4fda2c9095c23c2d675050d5a417611e 0.12 MB 245 38
286,223 286,223 0000000000000000ee68b77a208730a4ef20d0df41c09b448f96bf9a0573bdbd 0.24 MB 454 34
286,222 286,222 00000000000000016021d2541a594d5d74113b4e708a7843da9d77c561f906e2 0.04 MB 72 38
286,221 286,221 000000000000000166cbab70585d68acc3b5b8024864111f171186264c1d5a79 0.34 MB 583 28
286,220 286,220 0000000000000001585234dff70b3b9ecf7994b69229aca86e085ac318471a3d 0.06 MB 203 87
286,219 286,219 0000000000000000942acb1343aca45d444b0a95e05032d492f0f5c8c3436252 0.03 MB 64 43
286,218 286,218 00000000000000011da04f7e88726df64c0e01407bc7728f3527fb9e2026711a 0.22 MB 431 36
286,217 286,217 000000000000000085752df77aa15a8724c8e0bcdcff5116acec72db326de66c 0.19 MB 426 50
286,216 286,216 0000000000000000e1b6a2482dfba492dfcff6295d052800feb328e080315bed 0.04 MB 37 10
286,215 286,215 0000000000000000e800cc5882a14d362787ba38fe0a0965f90a6ac311949dc3 0.34 MB 760 42
286,214 286,214 000000000000000062ace9066cc7bfdd2b82aaef44ac4edb51e512841853b633 0.11 MB 196 33
286,213 286,213 0000000000000000914ac10caf975e0ba8b56a438bafc060fadf7318dafbe4dc 0.22 MB 519 43
286,212 286,212 00000000000000016311ddc493ed98f1beab7d9a5b991351c660075b2e6a0217 0.28 MB 637 52
286,211 286,211 0000000000000000a7e8073b528c36247396cb760c0c6fd1e556fa878bcd213b 0.06 MB 146 52
286,210 286,210 0000000000000000fbc3df4cc0da32f862f174d843fb23c98006b79b9c781b20 0.30 MB 457 26
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.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.