Memory Pool Memory Pool Refreshing

3,703 transactions
24.33 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,314 (871,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,809 36,809 000000008812f16dcc85757f20efc2754d33b7a95d9dc82103037eda8830e7b1 0.00 MB 1 0
36,808 36,808 00000000aade86b59b8fd6f1341c1dd7221f820c61d784acb8ffbeb18cf8bb1b 0.00 MB 1 0
36,807 36,807 00000000adc033d71d0ab2473e0ce5bf518cee2de7cf2b8e9504537447b87271 0.00 MB 1 0
36,806 36,806 0000000054003ad14456f6c3375007b28b50142a349b25a92d49164ff9496e81 0.00 MB 1 0
36,805 36,805 000000006a933c106e07ef3c21f9da427a5e9e79bc5a54499e81d86ac7b21778 0.00 MB 1 0
36,804 36,804 000000006b994906d07ae01dcdca815b72dd191418669b72ca4937a7d2789a21 0.00 MB 1 0
36,803 36,803 000000004afd123b11d60840687518c4e361fec12877c1fb8415f95de5dc9138 0.00 MB 1 0
36,802 36,802 0000000090a3d5459b55ca29326cedf22f0a7faf7f2a1a9127d8e0df8b2dc29b 0.00 MB 1 0
36,801 36,801 0000000051398007018628cc2861b2e53f846bb7c7624313191ee6df490bb29f 0.00 MB 2 0
36,800 36,800 000000002a939c2e0894ecc1b460b8d62ede0100981a0eb35500bbcbba58a691 0.00 MB 1 0
36,799 36,799 000000007f9281eac0616f7e93c378535dc288ee5b8938c80fc9122dc6b36228 0.00 MB 1 0
36,798 36,798 000000000235384d37ca5a85789b627ef3672575db3af981288cf47f08a56efb 0.00 MB 1 0
36,797 36,797 000000007d19d3d341945c67e47f0edd2a4d614d6c47f333fdec09bfd9f33348 0.00 MB 1 0
36,796 36,796 000000002b3bc54e42496d5bdf9a618b250c76a4df333dcafc930da90a020adb 0.00 MB 1 0
36,795 36,795 00000000bd6e9ea5d8482ff713bb8be11c5d7dfd43828bb5cf3ce0f667ecd6fb 0.00 MB 1 0
36,794 36,794 000000001f2d44adc74c88db9a02a05e6988c1b1ebaabab10be0014de10c5560 0.00 MB 1 0
36,793 36,793 0000000038190ef540b343587d8b00f0210391dc703ed595055d3ae0340206a4 0.00 MB 1 0
36,792 36,792 000000003589de494b114e990486457ee60e3f13565442e0e97ca20d16a5dc93 0.00 MB 1 0
36,791 36,791 000000003fcd913d50bc87e0d2e1421f222b2fd4d069f55d16a81e0889960b4a 0.00 MB 1 0
36,790 36,790 0000000021ec1c3ae6a7b0c9e4a9c42e187b5b9d777169f0d93704da42cf17ee 0.00 MB 1 0
36,789 36,789 00000000785123531bbfbbb14ab17fb939b5d79c1cce75f72713e869f570f725 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.23 GB sent, 98.61 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.