Memory Pool Memory Pool Refreshing

1,945 transactions
3.37 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
908,240 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,239 (904,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,764 3,764 000000005eb00849f56a989030cf6d51825007cc1e13cf16815ae6ede512be5d 0.00 MB 1 0
3,763 3,763 000000000281611838e54068fa0a95f7012112c552e711f88bb20f5d8d887f37 0.00 MB 1 0
3,762 3,762 0000000051dbed5b843cfc04925b35cbc6820ae17bb2b0f9089330dba31d6e1e 0.00 MB 1 0
3,761 3,761 000000004904ee5765d1bb1510b9f5b0cb4564fc27b4665224ad25b704f097c1 0.00 MB 1 0
3,760 3,760 000000005ed01e4057a60c1d8db55b3930334aa869f07d0d043c3d5bb15e77f2 0.00 MB 1 0
3,759 3,759 000000008b1d3d4b5ed8efd73c460c017e490f829ebcb76d357542f72f56491b 0.00 MB 1 0
3,758 3,758 00000000429ef09d41cc04d732007565fb6664a5664bf7dcc09715c990810ecd 0.00 MB 1 0
3,757 3,757 00000000ce16d4c34cde797cebdca5e499dc20526eb066db402f14bccc1e42cf 0.00 MB 1 0
3,756 3,756 0000000003037afa6325b8dc63f67d61b8d0803348b7ec6401a3d49c552c7a6f 0.00 MB 1 0
3,755 3,755 00000000aa4942c459af750f210070b7915baf4819c447935c994697b83fca1d 0.00 MB 1 0
3,754 3,754 0000000080d9509d6350584026717a4b7c792ade114acbe177a80d7b9d8366de 0.00 MB 1 0
3,753 3,753 00000000e00dec0321e4721a7c9f80ad8600c099cb05ae0f4edb18bd0898deb3 0.00 MB 1 0
3,752 3,752 000000003cdda5c66488fc2166577db99ea1393a0df7c82eaa9a13f65fa3562c 0.00 MB 1 0
3,751 3,751 000000004029d5aab9ce4056467eb4747e7fe8152d2db2506ac7b216004868e9 0.00 MB 1 0
3,750 3,750 0000000002a794feccd0b5653dd3825141c8012b14a456acb20dd867750f7588 0.00 MB 1 0
3,749 3,749 00000000c5fc512b11b322694c4f8056b44cbee05e039515f0a6844e6c731c73 0.00 MB 1 0
3,748 3,748 0000000010b78ea41601bf75d5326b7aadef42a7dbfac83cae239280ad26802d 0.00 MB 1 0
3,747 3,747 00000000af34d9b405132cc1d292ff58b1ce0d4b4949a86fdc7c99491f55e340 0.00 MB 1 0
3,746 3,746 00000000bf6295c210fc5815095173d91ea3320e2cbb77c1a481118b3bf6fa35 0.00 MB 1 0
3,745 3,745 00000000c660ed1ea27df629561a3bf3b23111d9d23a2be10bebf8c56f4722dc 0.00 MB 1 0
3,744 3,744 000000004f1b3400f03671507732231a97159626500f394e46ad24ab92ffd31a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,687.38 GB sent, 97.84 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.