Memory Pool Memory Pool Refreshing

2,291 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (89,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,268 818,268 00000000000000000003ee7fb8d773cf82e7e0511023fd251bf640f7e03055bf 1.77 MB 2,653 47
818,267 818,267 00000000000000000002352a8a9f0d9741b5b591c19da6713d7d7268b341cdb2 2.14 MB 2,907 51
818,266 818,266 000000000000000000008b303d1ce7b0bba602e66dcc19cdec75fe18a90fbe31 1.97 MB 4,786 41
818,265 818,265 000000000000000000012262983b6f63a115d8293e8d8b1b423f74ed09b96753 1.82 MB 4,225 45
818,264 818,264 000000000000000000014005369c728fbf8314be1a3c6ca957a46930de2c1866 1.76 MB 3,652 55
818,263 818,263 00000000000000000001718f4338d3ce15e18fc3425abbc896f6c893e89d686c 1.90 MB 3,646 63
818,262 818,262 00000000000000000003830da63cff15f2f4e99476088274d5c1497eda760747 1.61 MB 3,970 54
818,261 818,261 00000000000000000001ad3c69da1ea9b1f708c64b8e5ba444abab15a0bcc1fe 1.62 MB 3,559 67
818,260 818,260 00000000000000000000e90cdcffe9690d66b434aa9cba152a21876e99faf1e3 1.84 MB 4,337 57
818,259 818,259 000000000000000000033b483a87e4ba90a5e456815991c94e33d62f993353d2 1.78 MB 4,075 43
818,258 818,258 00000000000000000003ee8df278b84a971b942a6f7ced0072a8916ac583061e 1.77 MB 3,165 57
818,257 818,257 00000000000000000002e7df36c40594f3a30fb7fd6bbf4580f6354d3ba3f097 1.67 MB 3,431 70
818,256 818,256 000000000000000000026c83d70b313f167bc1d5977a18416ab568b4326cd25d 1.65 MB 3,303 51
818,255 818,255 000000000000000000020334acb0635c0e0f255cacbb2d3331df30adb2092163 1.58 MB 3,574 82
818,254 818,254 00000000000000000002b014aa59e56c44af9f5ba4cd869b757fc48be3e102b9 1.57 MB 3,181 48
818,253 818,253 000000000000000000008b1992c800af2ed8736f2b110bfd2b2721618a2c095e 1.87 MB 3,208 75
818,252 818,252 00000000000000000003a7f2bd00781d2caa55787f0d1b302f51f1bfef54c321 1.64 MB 3,670 77
818,251 818,251 000000000000000000030a4e711a1e8dd3d582fd56b9e2763addc9c7f9eeb12b 1.58 MB 3,545 84
818,250 818,250 000000000000000000021d977b498c6a1ae2bc4e009263b9b29ad58f806edb5c 1.64 MB 3,684 84
818,249 818,249 00000000000000000000b4a77445de3ab41ade3553501c68c0689a965d0e28dd 1.77 MB 1,461 48
818,248 818,248 0000000000000000000204beac59803698690d7bbf3b9bb3be3b899f9509e05d 1.80 MB 2,681 82
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.