Memory Pool Memory Pool Refreshing

521 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (563,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,637 344,637 000000000000000016797c0b187a3290e695b9670cc24c79e28ffaedb2bd24e5 0.23 MB 436 25
344,636 344,636 00000000000000000a1e71723186bd07486b50b4002bdab2e7b848d93c01bf0b 0.38 MB 621 21
344,635 344,635 000000000000000014e8c83724a0eaeae7bec2104590b303fbd6dcc7c3662e76 0.17 MB 306 22
344,634 344,634 000000000000000007e18efc7119d60418188f9a37936943ebaabb715c351214 0.08 MB 159 18
344,633 344,633 0000000000000000054c3f48d3054d01038490600269cdff9e00707f255d4091 0.64 MB 1,260 24
344,632 344,632 00000000000000000fbae27af1d5619d2538641ddda87665b9df387df4c546b3 0.70 MB 986 15
344,631 344,631 0000000000000000081d6b0a3380ac85f134dcaacb7de1b6bca8bd60d657b391 0.75 MB 1,622 27
344,630 344,630 0000000000000000189f66de9656bf0ecceb53ab1ae2c7edb315754c6f5b960b 0.63 MB 1,100 22
344,629 344,629 000000000000000002d6fcc360eb3fa2f8c05e52814f6cfc68f6dbb19ae2c1a5 0.36 MB 682 20
344,628 344,628 000000000000000006f2dc24f09e2ec66f2dc55bb25d133ce51b49a78765ecfa 0.73 MB 1,440 27
344,627 344,627 00000000000000001681dcd45e6645d2f4d186f1080a56d6f1a7921bb364737c 0.18 MB 311 21
344,626 344,626 0000000000000000044df5bb07d79bebda73824690be162c2741d8dc82c25999 0.22 MB 447 23
344,625 344,625 0000000000000000181fd06f924d8f656603780a2b38cc00369a156730a8a876 0.72 MB 1,548 27
344,624 344,624 000000000000000010057ab1cc65ee672fb6de28ac7cb73d93000a8e858134da 0.05 MB 76 18
344,623 344,623 000000000000000001af0f167efb6dbddbf82d411b222419b36231b8ede5d7b4 0.17 MB 352 24
344,622 344,622 000000000000000018abd19380269a135d6147d28db19ebde1946daefc9cfa66 0.41 MB 790 26
344,621 344,621 000000000000000013f1444da7b9253b88c424d70b79650e6eed500ce5ad0f7a 0.15 MB 268 25
344,620 344,620 000000000000000015ba5da61b68b307746d7e0ba8a6064ddec4684b52b6e939 0.08 MB 160 22
344,619 344,619 0000000000000000007098a8796f214c1d3edb9a9f93a1995f97b92c067a16f3 0.21 MB 372 27
344,618 344,618 000000000000000006d1b5542827588bc7c831823c682546ba9a85b23dc2580a 0.54 MB 1,015 29
344,617 344,617 000000000000000014f791c54391ed7025311428c810263d8ca4a59470fae845 0.10 MB 146 16
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.