Memory Pool Memory Pool Refreshing

6,789 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,258 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (7,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,825 900,825 00000000000000000001e7f66dacba05764b43680bbbeb7bfa2a5b30e8ed56c9 1.56 MB 906 1
900,824 900,824 00000000000000000001a26cd5bb61db1b2cb0ad452eeb7b5a032657403a9b4c 1.13 MB 685 2
900,823 900,823 000000000000000000005242edd9f30d3c1d7ad09c5e70b0456082a8de1b127f 1.67 MB 1,787 3
900,822 900,822 000000000000000000010e63834ff47b5d95f08f230165604923747129c092c4 1.67 MB 3,927 5
900,821 900,821 000000000000000000016747ed76f23b76e71e681d266a085150a28692986256 1.67 MB 3,518 5
900,820 900,820 00000000000000000002286ad380149cb8587843bb8b765c7721c09320a5d127 1.69 MB 3,361 3
900,819 900,819 000000000000000000020119f19b648f5109c899da8db9fc7f68da75888ada70 1.55 MB 3,777 5
900,818 900,818 000000000000000000017f56eee7dc050323958653de153c97d57a7e27eaff9f 1.55 MB 3,895 8
900,817 900,817 00000000000000000001e43355b82f959b15a9666b628a072d333b549106bf21 2.30 MB 950 2
900,816 900,816 000000000000000000020ae758630c82044ab6b8f92c0bfd9cd0e0ecfc2ef6d0 1.84 MB 2,318 1
900,815 900,815 000000000000000000004153fc9d223d603802a8253d8c8ef8bcecc06770eb38 1.65 MB 3,340 5
900,814 900,814 00000000000000000001a32d651f7522cf8a78b9057ebe7780cb44b9daf2ba03 1.87 MB 2,193 2
900,813 900,813 00000000000000000000e2f93c3d7565b64f7713fd4c53af650fd6604170b632 2.01 MB 1,514 2
900,812 900,812 000000000000000000001d04cc7a728b1a4cfbeb2f14539b31d9bbc95677a122 1.83 MB 3,191 4
900,811 900,811 000000000000000000014b1bf9612f2946c42d4f2cb1499a76b2c37abda5627c 1.04 MB 88 2
900,810 900,810 000000000000000000001d815bb19ed4b999116a0f143e9472cf508cda9438f6 1.62 MB 2,738 4
900,809 900,809 00000000000000000001afe19f600dc9b366e9615d7af420d3741c3785e0557d 2.16 MB 1,852 2
900,808 900,808 00000000000000000001c9f6d3b056fe0b8b063ca3c439c5dc941a39b4b5edb4 1.95 MB 2,962 5
900,807 900,807 0000000000000000000236906a66a534ab37db659dc0e72701023f6d051dfca0 2.92 MB 1,986 3
900,806 900,806 000000000000000000017d0207ae76e6667343fbebea2a9639295ee6946f4095 2.07 MB 2,812 6
900,805 900,805 00000000000000000000ee830b3d4427a29605ad3abc714a6ba71696f39f2bca 2.37 MB 2,618 5
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.