Memory Pool Memory Pool Refreshing

6,882 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,986 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (19,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,581 888,581 00000000000000000001f1142be4eb34f18988d5014cd74c3652f1161782215c 1.87 MB 3,640 1
888,580 888,580 00000000000000000000309ec5d9cde93029e8137ab5ab73cf6875b2be3d3fe4 1.73 MB 2,139 1
888,579 888,579 000000000000000000021f810a8a0ebaf2298c2addb87b9af24decdd3cd96c2e 1.91 MB 2,110 4
888,578 888,578 0000000000000000000123afd6551790c17b9ad869e9bdd3e5cfb23079049e5a 1.64 MB 1,890 2
888,577 888,577 0000000000000000000254960d894bb78ed5c5546155869dca29363c93c54be4 1.71 MB 1,586 1
888,576 888,576 000000000000000000009046a81ecc1175891719a10464fca1cf577f85e9ccee 1.77 MB 1,466 3
888,575 888,575 00000000000000000000612c50f5189260e97365cb22016a17b425b4cf6f7763 1.77 MB 1,655 2
888,574 888,574 000000000000000000006c6c33ae07a5886f7d1d26979c9f03a331e00267d442 1.60 MB 1,736 3
888,573 888,573 0000000000000000000106f386cf0091f8c6cfe1208def3f5bbfbc4908c5012d 1.83 MB 3,131 2
888,572 888,572 000000000000000000020d288a1b92691f62a8bdd07b760d76a1bca9cd4c32ac 1.82 MB 2,271 2
888,571 888,571 00000000000000000000077006b13378eb1fea080eb3a67269570d7c423bde2e 1.48 MB 1,947 2
888,570 888,570 00000000000000000000ea9cecaa508adceda05c9e005f99fe3c77313a2169bc 1.33 MB 1,539 2
888,569 888,569 000000000000000000000e818fe612c27f5c02126be56e9ca837c76c80acb9e4 1.39 MB 1,895 3
888,568 888,568 00000000000000000000f1a0a26febba7ff4b5f9818aa67c28842ba5eb989acb 1.20 MB 1,330 2
888,567 888,567 00000000000000000001be506b8b36f52328d990dedda8d00bbf2f63867f0fd8 1.46 MB 1,704 2
888,566 888,566 000000000000000000020e5fba25a0854562d56bf248b1db6b77466dd0461fa2 1.40 MB 495 1
888,565 888,565 000000000000000000021efbf3c31ada79f65b4c71c3266c5176abc958c65867 1.66 MB 1,816 2
888,564 888,564 00000000000000000000e6e7670430e34b7d5966c6636ae8da0777053faffec9 1.61 MB 1,520 2
888,563 888,563 0000000000000000000239685f65db09be447eb1fe0c7924e3aeabbe976eb434 1.42 MB 2,202 3
888,562 888,562 000000000000000000013c10b0fab8ba522307c1bb513091dbd69c4b30deb023 1.45 MB 2,226 4
888,561 888,561 000000000000000000027f55b8baa0c9613fcfa6876fce146f167755213d83d3 1.60 MB 1,796 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.