Memory Pool Memory Pool Refreshing

172 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (728,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,125 179,125 00000000000005caa0fdcf4d4fa8d46a79c96cdcb09bb3ea1844f200809ce054 0.06 MB 111 114
179,124 179,124 000000000000030cf7af5fa5bc2484c2cace24015b41ee9e1cb94dc4cfbba78c 0.00 MB 13 214
179,123 179,123 000000000000010086084eee9625602960ce72e2cbfb0497b54a610325bebbd0 0.05 MB 120 292
179,122 179,122 0000000000000a762bbb7257417c237d4fbc88571d3366cdf729c982eb46f5b1 0.01 MB 21 115
179,121 179,121 0000000000000906e6f39b0bf3961401baec44c6d546b8e0c151007553b295ba 0.03 MB 53 109
179,120 179,120 00000000000008be7f54e710a6985a1089231eda414e8e8c54faa36f65ed1e9d 0.01 MB 18 59
179,119 179,119 000000000000026e71482d30ff7aff44fbf7b988828a3a31616ba4c31e7971bd 0.17 MB 319 125
179,118 179,118 00000000000000e4e893911211ba907a2374817a04ef72669f2329302e2fd832 0.05 MB 130 97
179,117 179,117 00000000000009977c3642643e9135be4c56a4a7f11476f9333639b1b5cbacbb 0.05 MB 80 57
179,116 179,116 000000000000059a7c703a7201b7907171726e39808cd1ef780fe8b487e3256d 0.25 MB 462 694
179,115 179,115 00000000000003fb2d7dedf045150a280497ea514016c1e058a86f1913455484 0.03 MB 93 20
179,114 179,114 00000000000009a2e0a431771662c3bc364eb4be90c99f2a07058c18e16b0f24 0.09 MB 237 152
179,113 179,113 00000000000006fae1f68a8bb6e266a71f9393a2d53a381deb02c452e232a985 0.01 MB 32 193
179,112 179,112 00000000000003405613a5c20602b11a06fbc2f8448de207e4c6142369c38457 0.02 MB 42 116
179,111 179,111 00000000000009610a855555713b0db2a606520f61e0094b1664cde72937b76c 0.00 MB 6 0
179,110 179,110 00000000000008a9a1725f9859a0f08562b79fba5316a7f8dba0b8385dbdde4a 0.00 MB 7 125
179,109 179,109 00000000000006b849d48d560a3afdbd9ce80c00657e533693a850887aed4789 0.03 MB 82 121
179,108 179,108 00000000000007cb7cb6972ae8ffd36273507767084b2efb6c1ca95520a88a8e 0.05 MB 117 106
179,107 179,107 00000000000004b35e124ad23992137c87e1c2d37e8a15189879db408f095de4 0.03 MB 71 123
179,106 179,106 00000000000009f544164219e9d5580020c802b27b4e30d61924497b5e0bae54 0.02 MB 36 66
179,105 179,105 000000000000080aaeb78a2217dae7e1c66f431d48c6c4085026d50c52bb8595 0.07 MB 166 142
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.