Memory Pool Memory Pool Refreshing

8,260 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (803,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,475 104,475 00000000000077e7c89db054c865d2bf591770a1ab901ed519a62195559d3617 0.00 MB 1 0
104,474 104,474 000000000001c3e543a6fa9a600484941d829c87a8de7167dc5227414af19559 0.00 MB 6 838
104,473 104,473 00000000000089c65df020a4b45a8d8fc2b759821b91c4b71c92af29a29973e1 0.00 MB 2 0
104,472 104,472 000000000000586be10327668c58caa3956c20cbed4ec07919bcf92384201fbb 0.00 MB 3 1,512
104,471 104,471 000000000000af42d7009345782a048d2d63bbe73084b63ebef7ac9ba26c2696 0.00 MB 2 0
104,470 104,470 00000000000361e231cdf8eb5a64f0a585ed39ee1f7fc3645e6238f026b04c5b 0.00 MB 4 0
104,469 104,469 000000000000d7ed5ee13979f3caac61b98464a075560a22f59be5aaa59332f7 0.00 MB 14 0
104,468 104,468 00000000000039db7a5568fe0a03bb5618609a29329dae0f05346a1b65fc97f1 0.00 MB 2 0
104,467 104,467 000000000000ca265e4400c378de1832cdff3c0b68f75ef1f5f503da2810408b 0.00 MB 1 0
104,466 104,466 000000000000248b566e391dbae2729a1fc82567f257d7182f0bd528edfea2f4 0.00 MB 1 0
104,465 104,465 00000000000261306e34e4a1d6d37349917f39a98667e51eb72d64dfaffa7c1e 0.00 MB 3 0
104,464 104,464 000000000000a0e6d4519fa7991801abdc33b25dac2de4f7f7e1d33d03bab388 0.00 MB 2 0
104,463 104,463 000000000000af0a7b0d24152e0b992c55e634f19dfcb499707ea7a6993545a4 0.00 MB 1 0
104,462 104,462 000000000002add0706624fa89054693ce7633c127301c66373b3c828c84ceca 0.00 MB 3 0
104,461 104,461 000000000003557cbeda1245e0091c09f55dd50f9e8c54a28dd11e22873f91c3 0.00 MB 10 0
104,460 104,460 0000000000011d0a8989220b8d98b0860fe09e1437b421aac485e71af8eba735 0.00 MB 16 0
104,459 104,459 00000000000002536808457464aaa54b2b374c8b3240d0ef365ce33f2410a4d5 0.00 MB 2 0
104,458 104,458 0000000000009211570141d66abcb2a8a2780818f07aaa05b622639b766545f3 0.00 MB 5 0
104,457 104,457 000000000000039c2e935324e94cb00f3152338f6e92282a2d4d8c5a88f67f8a 0.00 MB 3 0
104,456 104,456 000000000002b366ecd2e12ffa99dfa3ec5eb251a95a047c3505a9077e4e5be4 0.00 MB 5 0
104,455 104,455 000000000000628564ff612608f9719b85df3abcca0ad38a6edb612cd3ffcdbf 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.43 GB sent, 93.03 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.