Memory Pool Memory Pool Refreshing

2,826 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (614,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,837 292,837 00000000000000005b012cc880c4907d73f9c82fa3f357aa323a5b8baa39ff7b 0.89 MB 1,450 32
292,836 292,836 000000000000000061c9a7a5049da8df342993a2f89c81b8831c6d087faf39e0 0.10 MB 202 20
292,835 292,835 000000000000000002eecafbd92fcf42b414622e187f8aafc711dcb455de65f1 0.21 MB 80 12
292,834 292,834 000000000000000078f4e64286d3c3d809e002b03dedd7f6f77802e9775608ba 0.35 MB 796 40
292,833 292,833 0000000000000000b3db33858f319aded250da9167e9c95d9f8e68301f130383 0.05 MB 96 15
292,832 292,832 00000000000000008264d1fbe9fb0d3cabd04c03c478c27b5dadbd59575528d3 0.14 MB 195 26
292,831 292,831 00000000000000006c117993be73a172e0fec1843ecce24134938bb8ce7d50da 0.06 MB 92 17
292,830 292,830 0000000000000000284452856c5069ffbcf74dd162e78a978e76a12396caab41 0.21 MB 398 31
292,829 292,829 00000000000000004acc4e0ebd9ca7e8c0cd82793cfecff03eca0f23fcfd47aa 0.15 MB 270 31
292,828 292,828 00000000000000003d919e428df2b1c733d0a9e7554675482255c5a0256ad53e 0.00 MB 1 0
292,827 292,827 00000000000000003489e8ee501f2c8255ed9a27427a19af7b33d2bd2de58597 0.63 MB 505 18
292,826 292,826 000000000000000093a8abcdcbade5b306a67ffcd3499bb1078af7d601a417f5 0.35 MB 603 25
292,825 292,825 00000000000000004ab775e92d5ea277fe3a5825689d1abd4d9f92a38bbf7a95 0.50 MB 1,477 54
292,824 292,824 000000000000000066894fbba9e61388f481739406e591343da418545a08c57a 0.35 MB 161 13
292,823 292,823 0000000000000000647554eb21a786e414ef1b4a57f31aac95246d22d50dca62 0.35 MB 713 38
292,822 292,822 000000000000000019e9de8f193245e7a6610bbb054d33de040fda23cbc68a9f 0.16 MB 512 54
292,821 292,821 0000000000000000addf88737774d6a81d9a9fd41e75ce7cf30b8e1debbcc878 0.04 MB 96 21
292,820 292,820 00000000000000001048b08274249b592148c0af5eab644afeb2e36f7a6a4a06 0.28 MB 484 28
292,819 292,819 000000000000000088eda4674655a521ff7db1b427a43aeb9955cdfdf04a8bbb 0.35 MB 379 19
292,818 292,818 00000000000000005361923ae20a259d33d86b6443c19619fc1689bfc538d314 0.35 MB 906 42
292,817 292,817 000000000000000096b749b1cf5bb600e2f46dfd40d8f583473b4c3ef8056d2d 0.90 MB 1,797 32
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.