Memory Pool Memory Pool Refreshing

9,789 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (65,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,831 841,831 000000000000000000027548ef3adbb6b628e7e63e4beefa1c0b10addb47e355 1.59 MB 4,348 22
841,830 841,830 000000000000000000000577f86ce2244fee1a543c467bfd979f0548c3d0acc1 1.89 MB 4,548 17
841,829 841,829 0000000000000000000118fe1fcbc4deeb2960286f51637db90d1e7acfed0c4a 1.66 MB 2,704 27
841,828 841,828 000000000000000000014ed3911f59ca7c9f1fb9f8317ec7e2da6ffdbe3969bc 1.60 MB 4,346 17
841,827 841,827 00000000000000000000f646b670e7130fde6498f15dbaf090ee4be2fa5afb0b 1.84 MB 1,599 19
841,826 841,826 000000000000000000020a279b8d59a5a4b4ce19f12eb8f2d524ef42f96ccfc4 1.57 MB 3,530 38
841,825 841,825 00000000000000000001a9066f9b561b4c3d5883ba47e3cfef0090da2885850d 1.57 MB 1,530 22
841,824 841,824 0000000000000000000141312834eeff23929dc7d27d3cff5f6d2f20d0a46492 1.29 MB 1,661 22
841,823 841,823 00000000000000000000c6bbd2b39aa105272a99374476e73b819f7746eb7c7e 1.57 MB 3,236 39
841,822 841,822 00000000000000000002fa8d8e88749782d22b811c9cafe54be2bdafb561268b 1.42 MB 2,352 19
841,821 841,821 000000000000000000022b669e5aa9d6d44cef1ae037c1a8586dcd5de0eb3d95 1.66 MB 4,676 20
841,820 841,820 000000000000000000000efd54b8e22be05f7e8d23869a218ca7b1683ed19d47 1.48 MB 4,278 20
841,819 841,819 000000000000000000015788a32fe4cbbb1c0a1aba8b454c5d7d94e1462f9aca 1.65 MB 2,964 18
841,818 841,818 0000000000000000000308cca6aca2adf2a64eda06aeb7f7d58aa3946c14a792 1.93 MB 2,776 23
841,817 841,817 00000000000000000001b58a5ead3cda99b4668e4f17edb6cc823ffe4ec22e8c 1.95 MB 1,886 20
841,816 841,816 000000000000000000020b3df7fc18d898a8a9d0186542269436ae82d1e54d18 1.77 MB 2,860 29
841,815 841,815 000000000000000000031886ec2d0d836b2d014124541d81880562748dfcc98a 1.51 MB 1,880 26
841,814 841,814 00000000000000000002393f2d44d9c3807f3a6ac83b60620f2a6426961ef632 1.65 MB 2,851 32
841,813 841,813 000000000000000000022044385c929bb7e61d119d2810f050f0216e6b3a570c 1.67 MB 3,443 26
841,812 841,812 000000000000000000021a9b6c72e0a8f238e65a825e7ca391135d8acc668173 1.68 MB 3,208 37
841,811 841,811 000000000000000000026963b58c45180f4d25bcc31c0120c597879dc0d06388 1.66 MB 2,899 36
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.