Memory Pool Memory Pool Refreshing

3,105 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,138 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (397,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,761 510,761 00000000000000000040d4616a24cb40d22394f27b7228cfb1847724c6d26b4f 1.04 MB 1,161 31
510,760 510,760 0000000000000000003764272673e923cf311e721d732669c7e20e1bf6f0e0d1 0.01 MB 27 92
510,759 510,759 00000000000000000001aa7c99a79a5687f235c8e47aa46bfcd0efa31f90d15b 0.04 MB 117 67
510,758 510,758 000000000000000000570ffe61e132aa8a33082d5f978c8954354c94cf783b64 1.08 MB 994 34
510,757 510,757 000000000000000000051b025ac43c49a6a2ebbe0051ea552e8286674d4b45f5 1.01 MB 471 14
510,756 510,756 00000000000000000001a652dda93df7adc607fb197f45860769938b08ddd16a 0.99 MB 334 7
510,755 510,755 00000000000000000021b540d6c62ac6935cc6c0495c657cdf4fb98cbf20303e 1.01 MB 627 16
510,754 510,754 0000000000000000000bab813effbd9feeb85df94b65ae2ee388b95ea36f5e66 1.00 MB 298 7
510,753 510,753 0000000000000000004e8dbd012bf9fd5f912a6bd5b9283d17219eeedca47caa 1.01 MB 573 14
510,752 510,752 0000000000000000000a49562ecd886d3532c7d3aaef38b3bffc223d24bb5179 1.04 MB 318 4
510,751 510,751 00000000000000000008e65bbeb5f8fdbc06151d73c2371a86f4fe1b8adcd8e5 0.59 MB 1,653 86
510,750 510,750 0000000000000000003ed018a3c240b4692877d0fc1b1cd0f765f43bc26ac3e5 1.05 MB 893 21
510,749 510,749 0000000000000000003b15b3237d3976ca0be8f70876422fceb6eb9117766f36 1.07 MB 2,259 79
510,748 510,748 0000000000000000002c17f15285b45f0969ad51e9bf8f33ee6feb9eb6a45fc5 1.02 MB 618 16
510,747 510,747 000000000000000000132758e8af6978cfb73b3bba885ee811f35c9ef635d9ca 1.03 MB 1,483 41
510,746 510,746 0000000000000000004c53d3fbe0813279296f71efea6d67bfeb30711f10d538 1.00 MB 336 11
510,745 510,745 0000000000000000002a8bfebeb7d5f28c80872aa93e32405097c8a4f8007236 1.07 MB 1,925 74
510,744 510,744 0000000000000000001837770d69525a2cf82a4d86b943ea068ac86305fb6326 1.10 MB 2,186 80
510,743 510,743 00000000000000000030edeea5457cde4e797380bcd52c161c7942aabd5fd1c6 1.06 MB 1,729 47
510,742 510,742 00000000000000000057a559e51f07302c8d668c312f02696e7155fffddefbc4 1.03 MB 924 43
510,741 510,741 00000000000000000046193e98684318ce3ec16daab327123103e1cc6d15f93a 1.00 MB 354 8
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.