Memory Pool Memory Pool Refreshing

3,512 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (182,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,778 725,778 00000000000000000005f122286f169cbf0344d32fe6e04119bd9a16f055b0f7 1.11 MB 725 12
725,777 725,777 00000000000000000006ba36a6bd146b324bc3e06b24543eaec3b4d1893986d6 1.41 MB 3,164 14
725,776 725,776 0000000000000000000496a6a7111f9f3c335e26d3ed9e4578db2c4da4acf32a 1.48 MB 2,640 34
725,775 725,775 00000000000000000009a2326b918ac3deed3a0f839958988d7e59261063a1c6 1.49 MB 2,517 27
725,774 725,774 0000000000000000000a3279adecc3c116a630f3213d3ac32c8a71591c56a24f 1.53 MB 3,480 28
725,773 725,773 00000000000000000006d92a0584f4ac84383daf90c80a73bfb9452bae864697 1.51 MB 2,603 44
725,772 725,772 00000000000000000008428a5851a4353a28e5752ce2916c760aa6675bb9531d 1.78 MB 2,204 99
725,771 725,771 000000000000000000054f45c692cf04b8fb8f36662020a648c4ec40f0eb0567 1.81 MB 2,597 40
725,770 725,770 000000000000000000052ecc681eb0f67b6f155002a61962c89af3db2e28f654 1.70 MB 2,352 41
725,769 725,769 0000000000000000000048a5d623783582aca950754fb672a9dfa4144cf765ed 1.62 MB 2,094 10
725,768 725,768 00000000000000000000b0257ae0992bb6cade9493ff4713f4dd1fc317045e7d 1.43 MB 3,335 28
725,767 725,767 0000000000000000000058c6946fa80b1da8deae830dc99294d97b5c771f0a02 0.05 MB 108 14
725,766 725,766 00000000000000000008bb2411a13daaf76a32b8f9c99af536a2e842331bcef0 1.15 MB 1,683 8
725,765 725,765 0000000000000000000592580f801cb7ed6ec026d6d133d9dbafd9266f909dd7 1.57 MB 2,352 16
725,764 725,764 00000000000000000006edec25e9642636f8b606ccd830333539a36cfec5a899 1.61 MB 2,200 14
725,763 725,763 000000000000000000021f4b3947a7bc4da6875471ba6bc343a130e09173600a 1.73 MB 1,865 10
725,762 725,762 000000000000000000002309cf8050bfbce1d5cda9744366091f2dae5a8b6621 0.85 MB 1,529 7
725,761 725,761 00000000000000000008c6412e05b63947ffc39266ffc966dd89446b51aff30b 1.45 MB 2,730 18
725,760 725,760 0000000000000000000907143bf272e051dd1596a343d445fdc39e159be80030 0.35 MB 615 17
725,759 725,759 000000000000000000041e39e07eefe69a84140b1020fe46b329a20ce5b74a77 1.20 MB 2,324 10
725,758 725,758 000000000000000000090764f69492c350a07a5368ebbf0c3e18982cc3a297d0 1.28 MB 2,140 19
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.