Memory Pool Memory Pool Refreshing

4,413 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (512,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,754 394,754 000000000000000003cdddc0026aee8985138e3f554201c5ca3052e7f07f78a6 1.00 MB 1,606 29
394,753 394,753 000000000000000003076f6db2521acbb3644b65056a170dd874a36dd3385d38 1.00 MB 1,867 33
394,752 394,752 000000000000000005c1daa236026f7476ac232f8a94f2d26dce2a972d55b2f6 1.00 MB 2,279 43
394,751 394,751 0000000000000000068d19c3404c52ddee0f5da5455a41b042d216aafdb50645 0.95 MB 2,470 29
394,750 394,750 000000000000000001ae5ad4436de46d1329c9f527707198ac1a617b63ab2b10 1.00 MB 2,149 42
394,749 394,749 000000000000000001ef38012ed2e2f674e59bf2314e55f2b4e6f71a7657df50 0.00 MB 1 0
394,748 394,748 0000000000000000029693fffee4553094710443aeaf7efcbc295dff0af72eb9 1.00 MB 2,092 40
394,747 394,747 000000000000000003642498cd9e7dcfd0dc73c0e38800a0619d66b24602b77d 0.93 MB 2,700 63
394,746 394,746 0000000000000000073e148c589472d699879623b0dbf35ef60a39e3b1c7d6c6 0.75 MB 1,563 71
394,745 394,745 0000000000000000038503620631d260165c351bd5da432524cf6ab4d98f1418 0.75 MB 2,406 79
394,744 394,744 000000000000000003cffc1d71882992299b7610ce5bc0ec31f349298717c77a 0.59 MB 1,054 25
394,743 394,743 000000000000000006e6a5d07cd4669493c0397f53d283eaced4352041a15741 1.00 MB 1,640 31
394,742 394,742 00000000000000000078a59c012d6e02f6bedb7c66b1913d0652c0d0642575ec 0.48 MB 577 26
394,741 394,741 00000000000000000820b67b906befa44665570e7939bde6223a657c0c6bec1b 0.93 MB 1,177 25
394,740 394,740 0000000000000000025b51d1c7035dd10076085d6dfedb9cf237930e248979e9 0.95 MB 2,223 44
394,739 394,739 0000000000000000041ae31aea5c41247cde074569ca20da64eae55d0079202f 0.93 MB 2,621 55
394,738 394,738 0000000000000000037bf1867a1d9c9fa71b846a18521369448fca9a2858dfaa 0.40 MB 764 48
394,737 394,737 00000000000000000161eb6e86f340395f53d7ee243ebfb3ebb5955af30a8651 0.00 MB 1 0
394,736 394,736 00000000000000000666fa456fee9080a5c61f9cef082abd702c6879600d7d3a 0.83 MB 2,172 55
394,735 394,735 0000000000000000077d205bd4f52309f61268fa25f67cfd63490a7a9f552300 0.99 MB 1,105 21
394,734 394,734 0000000000000000035c681d35e7e83207276ae99b8c92d00e1e75b879d171b9 0.36 MB 991 71
Previous 10 blocks ↓
Total Size: 768.96 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,614.90 GB sent, 92.60 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.