Memory Pool Memory Pool Refreshing

2,553 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,532 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (761,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,803 145,803 00000000000001b2b2b1a6349aa12928858e0859e8ff1c004d61cfbb29b8fb9c 0.00 MB 1 0
145,802 145,802 00000000000005318c12ce85bcf1659b11203f3125c812feef7069404a531050 0.02 MB 65 137
145,801 145,801 000000000000001b519cb377b60f2ba846c153d10fd3a46fc4d3d0ab181e928f 0.00 MB 1 0
145,800 145,800 00000000000004c055fce46b07e3917bbe8346521f44042afd52b8a7606db142 0.03 MB 115 68
145,799 145,799 00000000000005d30ec8891b1faf0072bfd8d2ad518036f4ad2012c13cfba8c7 0.00 MB 1 0
145,798 145,798 000000000000017ae535cddd0ac03c00d08e61fbf5e31c91b8b38af199d5b622 0.01 MB 10 62
145,797 145,797 00000000000004c74ada8a77159daad527b47ec5fa2ae6ab23883de64581700d 0.01 MB 24 64
145,796 145,796 0000000000000375e60096dfa76705814834d1330b04f26aaa1742b5bc27cb65 0.00 MB 13 572
145,795 145,795 000000000000021ab987e53f4904d71ea67e7d4799cf8dd04a9d60209e5baad4 0.00 MB 9 71
145,794 145,794 00000000000000a237f2835e14098f2783de56cc8bd626a05586bac5a125fa78 0.00 MB 10 218
145,793 145,793 0000000000000857e6e08d8005915eee66e606c5847408ed1f0598b8bb790169 0.01 MB 43 87
145,792 145,792 0000000000000109bee71ce1751f730ad90930b7178bec9c6922ad83486d2bfb 0.03 MB 49 238
145,791 145,791 00000000000006127d329f0926db06c8e9372bc22c7f5c79bd06e3cdde1d3816 0.02 MB 62 219
145,790 145,790 00000000000008053b20dcab4ba9debb005b267ae3e0a174ba9da3d947377564 0.01 MB 16 83
145,789 145,789 00000000000006a51a3539a7d4b9d8e6c44728ca474f414163ac1d2c7b1c923a 0.02 MB 34 144
145,788 145,788 0000000000000433ff5cc59973d43ed4c2b9ea393d08692db2f923295461025e 0.02 MB 45 327
145,787 145,787 00000000000005a9069955914fa6ad52381b305a6da7332966d7ac4799308d5b 0.02 MB 56 146
145,786 145,786 000000000000076df23826096594d826b6734ca5dfc026e066179a231c30047d 0.02 MB 35 108
145,785 145,785 000000000000040389e9e36793b5c756103a52714e455577d1278d91eafcf6da 0.02 MB 43 75
145,784 145,784 00000000000007a8fae89bb6a3482f51d96cac1ab814d1add6c1ff9b1973caa4 0.01 MB 13 104
145,783 145,783 00000000000001c53414f4f322d01f9e1e3fa382c947d6b7a711dad609a8bd85 0.00 MB 4 199
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.