Memory Pool Memory Pool Refreshing

8,524 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,887 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (166,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,760 741,760 00000000000000000000a574a304fed4eabb4b875736fccac5a915b688e7f1cc 1.97 MB 1,628 7
741,759 741,759 0000000000000000000449831cca624c4fff744087d1c6d2c65f4243289eb73f 1.89 MB 1,638 13
741,758 741,758 00000000000000000004a6a81760d25d4d7f5733e9bb301bb76ef8baeb3e086c 1.62 MB 2,644 19
741,757 741,757 00000000000000000006a48518e65d911e27bee3dbda9e1350bbe4e717ece510 1.62 MB 3,095 11
741,756 741,756 00000000000000000008f7de9619e47cb291bbbf841b4506efc4440e4f961373 1.49 MB 3,305 22
741,755 741,755 00000000000000000002b56e83e610c82cbcbd4ead2d32b1f002d94e25b67da2 1.57 MB 2,149 12
741,754 741,754 000000000000000000045c9c85489e481396424053e6b28fc2747b664ce6d3cc 1.54 MB 3,855 14
741,753 741,753 000000000000000000079ff9faa7be337df15cf71b7476bfc8b1e6765609507c 1.64 MB 2,800 20
741,752 741,752 000000000000000000020f4fe666c72828227751f6ea31da4de36654054ea845 1.31 MB 1,976 16
741,751 741,751 000000000000000000079a43148ee5a5d018996f43d64eb35cee06d6e3531a47 1.45 MB 3,123 22
741,750 741,750 00000000000000000003f8d5b8d17220f4fc6daf441f956536c512f5ff3c08c2 1.37 MB 2,319 19
741,749 741,749 0000000000000000000475fdfe91f16dcab9171278ef11458523a982c1c6a666 1.28 MB 1,859 16
741,748 741,748 00000000000000000005ccaeffe66012dbd60076f0119af99054127e1b130bf7 1.49 MB 3,095 24
741,747 741,747 00000000000000000002d796e230d7d12f24925f6e370f47662a2c502daa15c7 1.58 MB 4,274 14
741,746 741,746 000000000000000000008cb35283d3bd6a70969f0091c6a97743b9c4ecaeaf78 1.44 MB 3,042 25
741,745 741,745 000000000000000000041d26c4aabb93d8bc0cd8dced2b68c912e86b40c14436 1.45 MB 3,313 18
741,744 741,744 00000000000000000006b47179395136e270050871379bdf73b9b301e174473d 1.46 MB 2,735 24
741,743 741,743 00000000000000000001d6ff9f584fcc0b15c0bc99316e9ee7a868cec4ae1f63 1.39 MB 2,817 34
741,742 741,742 000000000000000000032f59098ff93e679c4ce0aecaa5777753e8fce8f1a2a0 1.43 MB 3,088 34
741,741 741,741 00000000000000000000bfeb4ec84a7c6d18cbe99e524a5c56d6506a6900856a 0.02 MB 51 13
741,740 741,740 0000000000000000000651b44ea2800e3d191bc01166607414ce83923ec41ca9 0.57 MB 1,011 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.