Memory Pool Memory Pool Refreshing

2,133 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (332,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
575,562 575,562 0000000000000000001c3bee19999c66d5250245224e650f0ba41c9bcfc49e98 1.26 MB 2,878 117
575,561 575,561 000000000000000000160754f6e33c8867f2b054843166f3d278b19f99bec695 1.08 MB 2,969 61
575,560 575,560 00000000000000000028e890fc4a0fd3b509b9a10b2945cc2e528d73e9cbc6d8 1.21 MB 2,164 78
575,559 575,559 0000000000000000001d086662d83131febdf34e4e877353c1faae3e948e0b61 1.17 MB 2,344 69
575,558 575,558 00000000000000000018c2447d76c1d79993eb1e3ffedebf4f1c3ece428366a1 1.17 MB 2,809 100
575,557 575,557 000000000000000000019660a8a3be3019c07dadd96104686a7eb9efff663145 1.17 MB 2,961 94
575,556 575,556 0000000000000000001c56dd7762d7a44a92b0a3fa329278898262a9d8e965e8 1.19 MB 2,877 106
575,555 575,555 00000000000000000023f3a109cca676b6167c992275fd51ab24dd3f54a062ab 1.08 MB 1,639 97
575,554 575,554 0000000000000000001aaa70b3d80556cf2a0559322f66b708768cb5c1e039f5 1.23 MB 2,634 113
575,553 575,553 00000000000000000023bdd89111df83d5a78eedf2a505f21a3d1c618a963f3f 1.16 MB 2,862 104
575,552 575,552 0000000000000000000f3bb8274b936b3e8c7e1775cbc136993264861819ab7c 1.40 MB 3,407 119
575,551 575,551 0000000000000000001c002f4735ecc8c269400f7526611389cb8737d08aed74 1.21 MB 2,587 142
575,550 575,550 000000000000000000059f7f7cbe74f2b765bd66570733a5d9db7151d188fc33 1.09 MB 2,012 93
575,549 575,549 0000000000000000000d809490d89cbdb2ddb8afd7eb69eca7fa0ea7560c307c 1.31 MB 2,578 120
575,548 575,548 0000000000000000000747623851d0abf8a4938ddfa13e1bb2ed8247a07c42b1 1.05 MB 1,798 101
575,547 575,547 00000000000000000023b31e4f31370026fe84b07b9ad1ef17fd7356c291e43b 1.21 MB 3,081 111
575,546 575,546 0000000000000000000505dc883eaf68ff2dd46c2065933e310980213490f023 1.29 MB 2,800 116
575,545 575,545 0000000000000000000af32180a1d55eb70c17c847e919fd3a87df14ba6d6657 1.21 MB 2,987 145
575,544 575,544 0000000000000000000f9790d67d0deae3be0988d1d55ec96e142afe70da7e05 1.18 MB 2,038 129
575,543 575,543 0000000000000000000850d313546d48d71a27107fc83c37b6630aac61eb19dc 1.22 MB 2,604 121
575,542 575,542 0000000000000000000c3dab3183e26f7375f34d3e993e17e58e3c49dd6b076b 1.24 MB 2,840 133
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.