Memory Pool Memory Pool Refreshing

6,259 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (806,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,964 100,964 000000000003764e7c673b5157e0f4cf043fe119a2779936d4865cd1daa37a48 0.00 MB 1 0
100,963 100,963 000000000003152fc4c79c41d347675463f36ec71261b8e8958027d0c352eddd 0.00 MB 3 0
100,962 100,962 000000000002200d9da919a6e671ad55c63cb6d104ccee0b36bd1ad28d582d23 0.00 MB 1 0
100,961 100,961 000000000000eb02597118d6192f4883e5476b229afb5cee40825645b7fd4440 0.00 MB 2 0
100,960 100,960 000000000003302bd0c5369181e128dbe4af5ff307365735be78ee0429875d8b 0.00 MB 13 0
100,959 100,959 000000000001c8dbe68d539345152ad5a62acf661f3b9ea8ba9d35914fbb5444 0.00 MB 13 0
100,958 100,958 0000000000029c69ebc60ee2aa05c45b56f9d4f436f9e4541623b87808d5344d 0.00 MB 14 0
100,957 100,957 0000000000020abe35b4b5b34209f88d0d714ed950da3fc5cc0185c9cb4103ba 0.00 MB 13 0
100,956 100,956 0000000000015cbf210387e713b9583c381f1439ba010a63a04a1b2024beff48 0.00 MB 12 0
100,955 100,955 000000000000b8e91214a7ac03d92e41ec62f6bb643a41239c9a5f5f37233d85 0.00 MB 14 0
100,954 100,954 000000000001008e8551f931138e79a76608907e96f3f858d38b1d06145c3789 0.00 MB 14 0
100,953 100,953 000000000002b94b6b5716cdfb67e25ff3b558a0b7515bc3547dc61525a4cf97 0.00 MB 14 0
100,952 100,952 00000000000162a865106214fa547cc778b98c4914c37c8eb13cb6bfeb6a3d6c 0.00 MB 13 0
100,951 100,951 0000000000000dbb3d6e58509895cf5fc9dd11b543a0cab71943ca35968754d6 0.00 MB 12 0
100,950 100,950 000000000000de1391d069ee2e7a66180e803dcd9be9d1a108164ea2bd2ade38 0.00 MB 13 0
100,949 100,949 000000000002b86b869ba232868896e87fa564cef12e28bd92f96f6f268084a7 0.00 MB 12 0
100,948 100,948 0000000000003f88815832bc052e6ab4d73734370bb06cf093e3886572ef31fd 0.00 MB 12 0
100,947 100,947 0000000000037a74fcf3d5ab0cbb74ca12e2a19f0cd8aedc7704663d9b79206d 0.00 MB 9 0
100,946 100,946 000000000000291bfb912ba7c4c0eba5f63aee5261d781209821864a64808411 0.00 MB 12 0
100,945 100,945 000000000002f6f713e7ca550fac9d56e7d2597cfb19d0540efc26fd3d51fc40 0.00 MB 3 1,677
100,944 100,944 0000000000006856f3dbfc66f812f8b20cf90cc77704347f4a4b7515385f2fdc 0.00 MB 5 696
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.