Memory Pool Memory Pool Refreshing

9,686 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (384,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,622 523,622 00000000000000000024914669162f597e4dfe0dc427699d44e4553672e4c380 0.18 MB 173 20
523,621 523,621 0000000000000000003be2a78194c8ba9fc9bbd4a7d4be34540720388c263978 0.13 MB 144 14
523,620 523,620 00000000000000000036b7682dd925a2b8d86343eebe384c80caceaecec1c501 0.55 MB 1,143 39
523,619 523,619 0000000000000000000651b59fccf5d7549160a4425a21fb7b8b43e093f02783 0.29 MB 485 49
523,618 523,618 0000000000000000003a2b30f3d5cb7150597da6206aa1bb88de7234e407503f 0.18 MB 438 39
523,617 523,617 0000000000000000000f3ab7147167e3460529f5266aac4d46715fd805a90043 0.50 MB 817 24
523,616 523,616 000000000000000000129aa50bcec63512611d68445493b4c8810f64f1fb2e8a 1.00 MB 291 5
523,615 523,615 00000000000000000003ec4949e8fc2bbb102ecd60a54e9d5ce4d8c52d5b2641 1.05 MB 839 14
523,614 523,614 0000000000000000000fe683a679d4d3eec263bcdbfc17bfc99a40a7fafa3648 1.10 MB 1,510 18
523,613 523,613 0000000000000000003ba78d9dd7b178f4f98d97fbcf50b251d2ea5b231ff072 1.20 MB 1,957 9
523,612 523,612 00000000000000000014e18974f1bfd5c390f8fbc85edff0bad70cfe7a83d1ed 1.09 MB 2,555 43
523,611 523,611 0000000000000000001ea9cd7f997ec4be9c9f04f67474a0cbbbf876fb5c1d67 0.70 MB 874 24
523,610 523,610 0000000000000000001bdc81e2ddb27e3af723c91c673e121097118368b1a6fe 0.33 MB 333 12
523,609 523,609 0000000000000000002d3eb7ec224373aede1e6d14b194cf2d8779160e8eeae8 0.44 MB 668 27
523,608 523,608 000000000000000000319e47f3e10592d958f066237e6fd37214fc62a0c76e6a 0.52 MB 520 5
523,607 523,607 0000000000000000000932c9b3916319c8f7fa5801f87c3863a973e0e0c604e9 1.20 MB 2,714 34
523,606 523,606 0000000000000000002c65b5e9be26fba6e0fb2ed9e665f567260ee14bb0d390 1.13 MB 2,560 33
523,605 523,605 0000000000000000001a893d1398ae642fba93353b8d1ee551be525ee3341e29 0.58 MB 1,332 22
523,604 523,604 0000000000000000001319d3d177c72f0d492efe63125446bea4f0f1fe54091b 0.46 MB 871 46
523,603 523,603 0000000000000000002c5f251b671ee885752a02c05ea545dcadaed95d89a752 0.44 MB 971 33
523,602 523,602 000000000000000000195c3bb435473687de9e18f1c0faec890c3d49308f9ae5 0.10 MB 167 41
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.