Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,181 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (784,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,628 123,628 00000000000024b54f69824272971cb4f71236d94538f37a3775aac8441f6db6 0.00 MB 16 0
123,627 123,627 0000000000005b8f221daa95d9ec1939d372dbc464a6c7a378de1c8f851dea55 0.02 MB 16 710
123,626 123,626 0000000000004f8e1a9d4f388d1ebf9b0b097e11eb7bd90859130a992edd4d48 0.01 MB 23 614
123,625 123,625 0000000000003191f7d64c76181d0143e69bcf592c467c55e38b838c8b73292c 0.00 MB 10 0
123,624 123,624 00000000000044ba912e2a7e20efb62e1852c1f81c1e35cf478bd047c95841bf 0.00 MB 5 1,349
123,623 123,623 000000000000694501f753d2ccaf7e28b7598d750917f96feb65408602833a86 0.01 MB 29 0
123,622 123,622 0000000000003e1fa8c174e703f86119c9dde981de8831659fc435d5772c8132 0.02 MB 53 1,387
123,621 123,621 0000000000001b4fcde1f1d5526d47fffe133e9a19112c0eabe94b6bb4a618fc 0.00 MB 4 1,829
123,620 123,620 00000000000016630324c8950eb3fc3b4cdf808c30bdf4a6f9421c5dc947e58e 0.01 MB 19 115
123,619 123,619 00000000000069628d69fad0ce59d7b7369d6a11b6aac0914af1b1475c0710e4 0.00 MB 1 0
123,618 123,618 0000000000001f4aebb5b2ab8e3fba75a6112b3b8c10ef155cd27d3e765e1cb3 0.02 MB 39 94
123,617 123,617 0000000000004e41c337856a17dae7cfe15c9055d1fc333dc0ecbc0dbd5c3ae3 0.00 MB 4 667
123,616 123,616 000000000000383d43982ce0af19f0fab331f522687b161f3edfdcfb4714215f 0.00 MB 5 0
123,615 123,615 00000000000037eb7153ad4a8104608a0994534926f65534f7951835d9e79618 0.00 MB 7 0
123,614 123,614 0000000000005a90267532afe48f9cd101b1e730295a1251e1c3e1865fe4cb8d 0.00 MB 5 229
123,613 123,613 00000000000062f0fb8f9f6d9d22790a491a20ef2ae087159b864e239b4a49bc 0.00 MB 9 219
123,612 123,612 000000000000023443e18ce37e7ae15e5e1f4cfbb87ad31944ce47186bfc00bf 0.03 MB 57 181
123,611 123,611 0000000000002cef4031a390e129a5849cb538bd83a5482f689965d6f2ba5789 0.00 MB 7 0
123,610 123,610 0000000000002c1864272f6a6419253b3d7975aaec839f88ba5ee1a016ceec1f 0.01 MB 9 153
123,609 123,609 0000000000001db9814fd5a85a477daba7363b7279262917ab406dbc7ab40d82 0.00 MB 9 302
123,608 123,608 00000000000064c95d03a89b09a7261a6c53fe77c235089281ca93a51283e3e9 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.