Memory Pool Memory Pool Refreshing

1,286 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (259,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,799 648,799 000000000000000000017aa67661ee1764357965e04b58b7b789be67af2b5acc 1.48 MB 1,562 77
648,798 648,798 0000000000000000000eb01cbd9eb74c58d70ddb93f34e4e1bf71aeb8a6917fb 1.24 MB 2,858 60
648,797 648,797 0000000000000000000a63f225af9678b8cd9dd4fb1dec67b6ca2e329d5efe48 1.20 MB 2,804 51
648,796 648,796 000000000000000000079363184c289e1e7505fdde6bd7e89d8b6d0125c4bdda 1.17 MB 2,180 59
648,795 648,795 0000000000000000000e15256a6c3b07c55c533bf56f18c53b366d32f356b63a 1.39 MB 2,079 72
648,794 648,794 000000000000000000053dab2f05432e3f2e9af09e13335604c3cc60f6fec8cd 1.33 MB 2,158 76
648,793 648,793 0000000000000000000688646029045bfee4c8f14d959340de87acad866e9b0c 1.34 MB 2,248 86
648,792 648,792 00000000000000000007262ccb7b9aa75cee7605218f93848e80c5f4e3817a84 1.48 MB 2,011 61
648,791 648,791 0000000000000000000b8597acc39b88a0f9f0e58c82d035852a6ae55a2239eb 1.39 MB 2,233 81
648,790 648,790 00000000000000000005e78990cd93eb4261fe80602f1254633cd8e129fa9cae 1.34 MB 2,366 99
648,789 648,789 0000000000000000000537609945c47d57ec890d73e5da587cba1069f4f723f0 1.27 MB 2,392 67
648,788 648,788 00000000000000000005ac03d1e0aba4af55b8171345bb6e54751d575100415a 1.43 MB 2,094 59
648,787 648,787 000000000000000000005f31fb6601806a234071624a72ef215634963af37634 1.34 MB 2,424 83
648,786 648,786 000000000000000000076c8033ff919aece8708f2a8de362554ac6dbe32dfe39 1.22 MB 1,598 47
648,785 648,785 000000000000000000076e47addf84bc13f48e1c4cf3340acaead9b0f9186ff0 1.76 MB 553 6
648,784 648,784 00000000000000000006b3b43fe658733d8f159c8e305a26e4abee29956bdcd0 1.28 MB 2,504 56
648,783 648,783 0000000000000000000418658e321cc0900143f5f68ce3a769341e8d1b46ba00 1.54 MB 1,143 25
648,782 648,782 0000000000000000000d00de265dba159479249be7235f813a2d6610cb81c998 1.41 MB 2,340 58
648,781 648,781 00000000000000000002d98d4b883d21c1cf7fd333de96ec15df09f049888a1e 1.39 MB 2,127 25
648,780 648,780 00000000000000000005eab33f29144d4c01c2f10b52de7c60f19ac61330ba4f 1.24 MB 2,738 20
648,779 648,779 00000000000000000004ce13e595373d8f6c1658f4e83f3869a35ffa4e4e0a80 1.19 MB 3,074 42
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.