Memory Pool Memory Pool Refreshing

734 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (840,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,613 67,613 00000000056d02d0ff34820005e7c006c17d93103bf8ad07263a5b17a327592b 0.00 MB 2 0
67,612 67,612 000000000480a62396fb92a9fe158b566335b691d9b0f0a6d657a0c9daea596b 0.00 MB 2 0
67,611 67,611 0000000000c0e9d1a6aab8daee90779d0a4b7de2fbb0647c0033cf01925ec878 0.00 MB 2 0
67,610 67,610 00000000056e76e71a485e3188c616ed3ccec61e839d36c8a3100c59353c4e8b 0.00 MB 1 0
67,609 67,609 0000000004a1a7e4ad2e7d40af46d0742d2258d372cf96485e6b30c348a74e48 0.00 MB 2 0
67,608 67,608 00000000018a3ec7d6d574b9f670624ab8446b4a55940893e7d1303c19d1c826 0.00 MB 2 0
67,607 67,607 00000000046acad4b73a4800932eaa2e97eeec3e98d1ee40b4797e75adee0ab0 0.00 MB 2 0
67,606 67,606 000000000482f0df3d88012e501b50c32d403e0b9c14aa06af71b81fcb26caea 0.00 MB 1 0
67,605 67,605 0000000004d26180cdd4b9af72f270a27f201a3bf1e06105af6fe764f7c71635 0.00 MB 6 0
67,604 67,604 0000000001408a78bcdeb143968c4bdb7e32e1ec6bf315158d8ba2a587e3bcf1 0.00 MB 1 0
67,603 67,603 0000000000d58cb292e30d38b5d10890d28d948e755b5b30494d10c07f479df7 0.00 MB 1 0
67,602 67,602 00000000032533b82a74f4a711d3dc7e6fa793818983c5be654276fb40813721 0.00 MB 1 0
67,601 67,601 0000000000991ac7c8ad3ed6a59b24741e03bd747912e8aa06f6f9eb308d6963 0.00 MB 6 0
67,600 67,600 00000000054d1119a41c68fc3d527efe642158c13508b052430873351044c8aa 0.00 MB 1 0
67,599 67,599 0000000000702c41bfe58a9b999614cd38095bd5bed1a00da0348013c1d60c12 0.00 MB 1 0
67,598 67,598 00000000030e83898846bc32ff81f70f72eeb386ef7cba9a2b78065c55b3ab99 0.00 MB 1 0
67,597 67,597 0000000004e9e8ce42a2fba81063fe1913a26fb73a391a8335a9546a046c82ac 0.00 MB 3 0
67,596 67,596 000000000123056579d6069b9305cdeeaf64799a05c99d090e2e3e69f249a96a 0.00 MB 2 0
67,595 67,595 00000000032ce7b88fa1cfe7d38a97bb516c4a0cbfcaaf020fdcf168579c6664 0.00 MB 2 0
67,594 67,594 00000000024d63d6142a3aa1eea9d235df598bec7b12017d970403cb98540d8d 0.00 MB 1 0
67,593 67,593 0000000000e9f2cd7a1cb2b69fe3e3b46b4adea13c88f9d540e4c69f23be1be2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.