Memory Pool Memory Pool Refreshing

7,058 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (813,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,863 94,863 000000000007f39f8139b0cbf79b1cee6f07f22f6d1cb7841722e8d31705696f 0.00 MB 3 0
94,862 94,862 0000000000039adca7e1b1e681af9fab73df1258bd0706fc70d62b68ace27e22 0.00 MB 1 0
94,861 94,861 000000000002b4a6c3071393abb2a477b1ce8e49b1a01bba9ab61b21c1671157 0.00 MB 3 0
94,860 94,860 00000000000100ff5c1d3fd71a7cd9c5041b5b013e0090e26c3dad3cd036ed32 0.00 MB 2 0
94,859 94,859 0000000000012eb5679983548d95d3d9529360aff9cdb6d2758349ca8c321944 0.00 MB 1 0
94,858 94,858 0000000000016fc8d57fc83a957ea98d08003f6889af1198793d8816597d428b 0.00 MB 2 0
94,857 94,857 0000000000033eb829fd01e7f720d6fd48883c82c05f2170cdc7d5ff8edbba7b 0.00 MB 6 0
94,856 94,856 0000000000040496408cd882658efed51f6dc84e62183812d7080e8a3656f2ee 0.00 MB 1 0
94,855 94,855 000000000004c1a78f105be08997be74c892ed345050939d30c023ac83193467 0.00 MB 5 0
94,854 94,854 000000000005d38e35392fab5f028adc747c1144f160c4dd6863aa58cbc169cd 0.00 MB 1 0
94,853 94,853 0000000000065c1754e59796e3d865d01d843a66f4f2ffdac81de5081fed5e75 0.00 MB 4 0
94,852 94,852 00000000000050f46fd204a51d412665a00bbb353547d4732e376058ef21fb09 0.01 MB 4 0
94,851 94,851 0000000000005dc11dffc468965ecb0d267f76fa10900fce3b2fbd6995f70d99 0.00 MB 1 0
94,850 94,850 000000000003619188fff3dc6a4c5a7a23f855a89a398948f1f98573fb22f4b7 0.00 MB 2 0
94,849 94,849 000000000001ef03f0c00b730ad33a1b95fde2951f4e5a2c076c9080b24261ba 0.00 MB 3 0
94,848 94,848 000000000002756323410cb7a7c84a5ab7f0fab763c8172951620ac316e5445e 0.00 MB 2 0
94,847 94,847 000000000004489d17ae8dba00ffadaaf6d09068b062b4e4d06160ea29d21932 0.00 MB 3 0
94,846 94,846 0000000000056cab2526ecca77f4cd95869ebde273bf8383501da510126f4a28 0.00 MB 1 0
94,845 94,845 000000000004a646efc85aaa6d5e9fd32cf11a075998b32212f7d6b1658b6456 0.00 MB 2 0
94,844 94,844 0000000000010772e30a517ac2a6e1d5c6789c7fd700dd89f63df6e765452402 0.00 MB 1 0
94,843 94,843 00000000000239f6b6640b1ff88665b6356cbda9501d517ba071ef11b258ea02 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.