Memory Pool Memory Pool Refreshing

1,369 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (60,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,492 847,492 00000000000000000000490dd7e19b7529dbe2dffb0ac97caf403bba2a6f8d5a 1.56 MB 3,272 39
847,491 847,491 00000000000000000002018453820297c4bfec84fb414d59337a17f1460a10fd 1.48 MB 2,965 37
847,490 847,490 0000000000000000000073e61add99526adb4069a2191525b48524c0253913b8 1.53 MB 3,778 43
847,489 847,489 00000000000000000001a2fe4abb1ae5cf8343b2e4b32eecb6e275842c9ed526 1.67 MB 3,284 38
847,488 847,488 00000000000000000000aca8a5d156c12e17d824428640ba7012255566ca78ad 1.77 MB 3,919 38
847,487 847,487 000000000000000000019b0fe6ff4cebff9b8f6e848e2ffd7ecca2a0f31e1c33 0.00 MB 1 0
847,486 847,486 00000000000000000000beca7df9c10de04725bcff63208f0deadec3b5768ffc 1.86 MB 3,767 42
847,485 847,485 00000000000000000002ef9c6f38c7074141cbf04a59e6750fb1f0b302af52cd 2.05 MB 4,043 40
847,484 847,484 00000000000000000000aa86f93a4f10e4967075c77abdc6196833b2203653b1 1.55 MB 5,432 28
847,483 847,483 000000000000000000017bfd76635ba605a127b04776572a75d979c048af3d50 1.61 MB 5,023 29
847,482 847,482 000000000000000000003450b4ac09c8402f1c075b3a0ca978d56d81ad322f77 1.51 MB 6,510 25
847,481 847,481 0000000000000000000252a2256db0b49698e0d5d02d053228c6841635b7b6ac 1.64 MB 5,002 29
847,480 847,480 00000000000000000001bb61725d6d2fee5e461afa4d4f5cb9032d7d867e0ae1 1.53 MB 3,805 32
847,479 847,479 0000000000000000000318418c1ce0ecfd55a50956cc0ac57111c4594248f89a 1.62 MB 3,903 30
847,478 847,478 00000000000000000000deddcce862f6aba66c165fe1c9378a8488e88ec46e92 1.46 MB 3,114 37
847,477 847,477 0000000000000000000208699982c3dccebc0cd4d45611eed62c45e7efd6a329 1.56 MB 5,182 26
847,476 847,476 00000000000000000000abfa3354faa3a1a382eb9683b1d4305a8d5ba712b7e6 1.52 MB 4,881 28
847,475 847,475 00000000000000000003383a8e7266ade864f9dc6d4d6272974a30e2660aabd4 1.65 MB 5,227 29
847,474 847,474 0000000000000000000153c14696c3cf5e9317f544aab1f652d24388262ab965 1.69 MB 2,599 28
847,473 847,473 00000000000000000001fa756126e963a6ae53eac7e660e0da88fd14319a0137 1.41 MB 2,665 34
847,472 847,472 00000000000000000002f3f2490766271bab625ce7270d450a54709f4d9036c7 1.57 MB 3,757 94
Previous 10 blocks ↓
Total Size: 769.54 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,648.31 GB sent, 95.64 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.