Memory Pool Memory Pool Refreshing

9,247 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (4,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,857 902,857 00000000000000000001d774d5ab57320e7fc872a18fd6e8fca444fed6863c14 1.51 MB 3,474 7
902,856 902,856 00000000000000000001466c7457b1662abd4bff10fa53ba0d0b4313f937c9b5 1.61 MB 2,830 3
902,855 902,855 00000000000000000000089741bc516e61dc351943de07a87ebb26f2e8036096 1.51 MB 4,091 10
902,854 902,854 0000000000000000000150fce622446b409cccd92f1bb75f67e6b91725171e16 1.70 MB 2,523 3
902,853 902,853 0000000000000000000225819280e568c4724d521abd55a257c04828a4af32f0 1.58 MB 3,768 4
902,852 902,852 00000000000000000002180241b6b74823198b63a70c593539bba500af73285e 1.48 MB 4,000 6
902,851 902,851 0000000000000000000168866958754794526335d68061316c65c4d3038be63e 1.46 MB 2,252 3
902,850 902,850 000000000000000000009b9a14c713704e752b3cc73df6e2baff657cae7b5478 1.66 MB 3,522 4
902,849 902,849 000000000000000000012399a890e07fed008d0b9ad89f0c333f5564dc5585dd 1.37 MB 1,736 3
902,848 902,848 0000000000000000000050817101ba5c0a23903bab6e0b5b77f8bc9365f8879b 1.61 MB 3,367 4
902,847 902,847 000000000000000000017ad33277ff0b6f5b06a2e97b964fbc60e3c3dd9f20d5 1.59 MB 3,641 5
902,846 902,846 0000000000000000000035d3bee250f54e592231d286674040312c870a6543b6 1.78 MB 3,841 1
902,845 902,845 00000000000000000001532ecfaad7441075cf4519f2568e33968ded282b3a63 1.43 MB 2,360 2
902,844 902,844 0000000000000000000089b57261cd3891f02cf781b6962f818133b5f3604cce 1.15 MB 875 2
902,843 902,843 0000000000000000000039f78dd6c3e42c1c8dc78625debcb4f2a5e9ccba3c96 1.56 MB 3,754 4
902,842 902,842 000000000000000000012d27007e3d083ca6e61a92899ecd2ddf12de6fa730de 1.44 MB 2,257 2
902,841 902,841 00000000000000000000b2616e89327667851791adc9e6741555b7b548affa68 1.57 MB 3,444 4
902,840 902,840 00000000000000000001c5bfa8cfd3d1ae4b80ba2f5577c4897314acfa8aee66 1.62 MB 3,963 4
902,839 902,839 000000000000000000015ee9f044b8ebaca8bebf7d17323a4656067565308d63 1.62 MB 3,760 5
902,838 902,838 000000000000000000000d54650f8f226b6625279c29ec1fd05cb9a40fc22fe5 1.56 MB 3,560 5
902,837 902,837 0000000000000000000004e36ece4b4fa8c11262e084f2e203937a6cd9c9f594 1.48 MB 3,609 13
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.