Memory Pool Memory Pool Refreshing

653 transactions
9.08 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (815,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,626 92,626 00000000000a7cb92f254bf215a7bc2d9770f4630aa6d22d7883a250e506d352 0.00 MB 2 0
92,625 92,625 00000000000b3c242ca8122283e3c4bf47e990461882fc47f5ca0ec867a08cdd 0.00 MB 1 0
92,624 92,624 0000000000043c319ddb1f87abc75e710eb16fabea536c6041f884d72a203d56 0.00 MB 1 0
92,623 92,623 00000000000a6b52bc20c3efcf0ea5944b6c3e61d4be5ecacf4ed5dd4fdcc01e 0.00 MB 1 0
92,622 92,622 0000000000022cdb5c166f3d2df630cbc919339b8e00a3d41c93c44190c0db57 0.00 MB 3 0
92,621 92,621 000000000001fb95f7331c1f4cd2ef3375bdc1c1f91a105e7d882743b72e6726 0.00 MB 1 0
92,620 92,620 000000000005279b5f959335b4e43abc5edc84cd694fd2e06531817dc0c0b42f 0.00 MB 1 0
92,619 92,619 0000000000084b6b96dec69d136d85609abacc7c93b4a6ff9e95ec44fddb6fc0 0.00 MB 4 0
92,618 92,618 0000000000097ea241e8cbdfc71e477ff60dd754c0b70a4a1bf29d379e3ff7cd 0.00 MB 1 0
92,617 92,617 0000000000050012c334ec0e884947ad91ff4cf6755ae24fb8397fcce6012699 0.00 MB 3 0
92,616 92,616 000000000002a2f37007f3e92c11a081712815dff1babc2e6b82982ba4aa5509 0.00 MB 1 0
92,615 92,615 00000000000dcff53994cccf507adbe7aeab5dde16dae1fc314d5840bd85da87 0.00 MB 2 0
92,614 92,614 000000000001da219add581efbd314f3d4d3266e0ed2ae67873fba6b823203e0 0.00 MB 2 0
92,613 92,613 000000000009e4326622f5885a61716a4dffde91d896e433201394a3cf56d71f 0.00 MB 1 0
92,612 92,612 000000000000a4e34108d34ff42b99f8cdd7522bb7179b567e8a6f10436fcd84 0.00 MB 1 0
92,611 92,611 000000000009cec39d93875b3b024cea24c03da512c2e236dabdb782434b2992 0.00 MB 1 0
92,610 92,610 00000000000b88313e2ef9c043ca28e9ac2e1e58fd924667f5693b4997105979 0.00 MB 1 0
92,609 92,609 0000000000047bb96704d4565caaf121a51f1c23d85129aa485ad35b4e4d88f2 0.00 MB 2 0
92,608 92,608 00000000000ad4625dff5f15c20107180daaa0502e9618c101c06b44e9b50930 0.00 MB 2 0
92,607 92,607 000000000009edbb8d81cc7d94412d4cdeb65dda13cf31a880e21a9d2310e876 0.00 MB 2 0
92,606 92,606 000000000006acbce1bbe2df2eef3fa519aaed32f8d563ef270b903ce5176bdb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.