Memory Pool Memory Pool Refreshing

6,324 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,007 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (256,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
651,693 651,693 0000000000000000000a5daaf82f9f479cc70f27faeb68b666520075aad4266c 1.29 MB 2,197 48
651,692 651,692 0000000000000000000ac87055f08640da15f00f1c8f21288ace088ee956db34 1.31 MB 2,453 68
651,691 651,691 00000000000000000001ee41584eab30a483782c1b00632cf613d127ada2ae81 1.25 MB 2,948 80
651,690 651,690 0000000000000000000e24f5631419222fe78076e0965ee6d72fed078ed24a7f 1.09 MB 1,978 66
651,689 651,689 000000000000000000043d2b0b569d356bd682a0be3442984e051169275907bb 1.43 MB 2,545 94
651,688 651,688 0000000000000000000253c6763429e843a8bfe18350ac5378536e94e08e5bc4 1.43 MB 1,940 103
651,687 651,687 00000000000000000006639946f13005c34a7698e6fe3b3bc80a5933b08ef4d7 1.28 MB 2,702 112
651,686 651,686 00000000000000000006a584ce8703971cbb6fa3e1d878da93bcbafb3c6f70f7 1.27 MB 3,162 134
651,685 651,685 000000000000000000007d48be75157976d0d70f38c2a4bd73072fc39e88c934 1.33 MB 2,752 60
651,684 651,684 00000000000000000003925548c383e9e7b6208fc8a59eb0f588b1693377cc88 1.55 MB 1,087 16
651,683 651,683 000000000000000000050c5ecfc096c16f45a20a005d0043d45e2d6de1f0b0d0 1.34 MB 2,504 59
651,682 651,682 0000000000000000000569e545aad5b2e24ea170ce17c0d43d879f53fe122646 1.40 MB 2,362 62
651,681 651,681 00000000000000000006717c6edd2c3ccc64dcaec0862beb7f27f63afccfb72d 1.28 MB 2,452 50
651,680 651,680 0000000000000000000184a447cde300f82b675a17e08cf24a3db73e84262e69 1.20 MB 2,669 60
651,679 651,679 0000000000000000000d244e0802f8c74f9116a60e2d4dbb8530d56f1d2aa902 1.22 MB 1,774 88
651,678 651,678 00000000000000000001088daffd6b1eaf9fe81e3dbe522fa31646a5e16a4508 1.25 MB 2,885 61
651,677 651,677 000000000000000000033c48f2bf4ae1d0263576a4dd69694a452f3d4564f2b9 1.31 MB 2,913 80
651,676 651,676 00000000000000000006316f453939a77d0edfc7cd56edc253c673a664948f17 1.30 MB 2,443 59
651,675 651,675 0000000000000000000827157af1fcdb6002fcde064c9cfff0fbd8fd472a0109 1.20 MB 2,734 64
651,674 651,674 00000000000000000000389f179ae6766b0c0b341c88487c0dd28fce747f8826 1.13 MB 3,140 56
651,673 651,673 0000000000000000000caa36cbcfcb8f413e0d14ab9b5682046e7f2f4ce9904f 1.34 MB 3,006 78
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.