Memory Pool Memory Pool Refreshing

10,818 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,166 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (732,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,782 175,782 00000000000004cfb48ac9642729bca6f12d0598144fc43ade1cbed46481974e 0.04 MB 124 50
175,781 175,781 0000000000000a9752476db5b77a91ece5226ef998a98723d8e9d94dcfa04c2f 0.06 MB 89 178
175,780 175,780 00000000000001b289880a6294cf27394b96082fa6e5681dc626d2602ea0fd0c 0.00 MB 6 61
175,779 175,779 00000000000006b06d66e5eee44c10465cf5dfbaee9b88351874dbb376af72fd 0.03 MB 103 34
175,778 175,778 00000000000000b5e3fe62582b038519b7f653c01e8e57c155d01038f2b10b74 0.03 MB 74 74
175,777 175,777 00000000000002787c43269e6eadb225f35e54e195b4f25851b4f054471d0746 0.04 MB 99 70
175,776 175,776 00000000000004c9f35a6beb6cb2285f521a410e6bba43d7ae9c294658af54ba 0.00 MB 1 0
175,775 175,775 00000000000007673518c296b78ecca45248a75aa181f653afbe43bb2f9acc43 0.04 MB 65 402
175,774 175,774 000000000000019ba7d0fb757c97c33e6f68c45debd27317c128099dfadad5c9 0.05 MB 139 130
175,773 175,773 000000000000006060f5dd709576774c6fb545c594b3b863cc97224e17cfc1e5 0.01 MB 17 72
175,772 175,772 00000000000001e6e4b28b33c3f9e29054fae5db4f1458105e361a2ff5e09598 0.04 MB 129 31
175,771 175,771 00000000000007571e7203157192f9e7e61ad25dfd82159de0986f3a5c5f34f5 0.05 MB 35 139
175,770 175,770 0000000000000a3438e468daa051dcc0654c820da570150ded537b5cb84c8ece 0.04 MB 94 108
175,769 175,769 0000000000000723784b5b957123db9633d5e5e27539ac83b45c21e661ccce91 0.01 MB 17 61
175,768 175,768 000000000000006c1401aa81713a92c97aaed63d0c05ea257c630ea186cc9370 0.01 MB 29 330
175,767 175,767 00000000000004765a3442aee03b41d7abb1c65257c3b39b33c584b1cfbaaded 0.08 MB 85 157
175,766 175,766 000000000000054e55dcb8853f494d5660bb160eae291e5d68b62dccc1a7f2a3 0.01 MB 30 15
175,765 175,765 0000000000000831b428199a96895ecad63a268b3d0bb80d9decdd88c701fa79 0.01 MB 32 173
175,764 175,764 00000000000009cb6628b6cbd803903aea229ce629bc4703b1dc166468e215fe 0.02 MB 79 49
175,763 175,763 00000000000008e09ea8aa85f74bb00afd34cc8de580949644a4dcf9138dec52 0.01 MB 20 241
175,762 175,762 000000000000003bd86ae285cc2a593f306e4261c71a2c3f36386122f83498cb 0.05 MB 126 66
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.