Memory Pool Memory Pool Refreshing

8,505 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (776,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,103 131,103 000000000000015f4ed49a54d6c4a7262f22a9afef4aa1534de7d2871b99d322 0.01 MB 27 119
131,102 131,102 00000000000012c05bcc44f9a2e08953b43eb909dacd6fea80053aa367c78143 0.02 MB 24 1,434
131,101 131,101 0000000000000aecd16c3a17edaf9be552bbc2eec2629db8037322a4f723b8d8 0.01 MB 21 264
131,100 131,100 00000000000010a4272fe7701199567499b8db4224f6f787395ef649d765a0d4 0.02 MB 44 1,009
131,099 131,099 0000000000001164f2120d03b97f05930ba383c11f638ee9bcb84b348971b273 0.02 MB 46 1,250
131,098 131,098 0000000000000b9e45b1e9f60657250b233a70bf1f782816a082dd0cae4a68e4 0.03 MB 62 1,005
131,097 131,097 0000000000000b1fa166e7090fe358f8cc2a5b18f8a40763e5f1494bffa6544e 0.02 MB 49 1,029
131,096 131,096 000000000000052a96cee4a472e444c56b95552cd90d6a5ab479be3e1edb507c 0.00 MB 9 1,278
131,095 131,095 0000000000000873b0f808dc9487415ae52ec4c9fef38e8b221fd84c705149a1 0.01 MB 36 657
131,094 131,094 0000000000000402531e2518f0cce0f90b4f9e6e7180407bc9cb67b7c2cdb3ac 0.02 MB 40 846
131,093 131,093 0000000000000bcbc53d226ae9bcac1ce56fde1df5c4ebeb3bc282aab6c91248 0.01 MB 21 375
131,092 131,092 00000000000002d4b996736bdbc0bfe9e3e618f816263270563f644e58f4bacd 0.00 MB 13 453
131,091 131,091 00000000000007ce3d3ad7e750efa822c34abf07fd266ec2cfb9f646e14538e5 0.01 MB 14 1,131
131,090 131,090 0000000000000153d3dd825aff9a6eb876987dbe73f6538bd0390f0b96b353e0 0.01 MB 21 399
131,089 131,089 0000000000001003b0e6928777d2ce6f6c8ace61590c691a98de30a650e819bd 0.01 MB 7 1,012
131,088 131,088 00000000000012112cccd058c55a7414a75dcad6816fd2cff0c4bf67202fc586 0.11 MB 167 347
131,087 131,087 0000000000000ca9850e2b770320a713a874aede08238c8ae56b2f2eef5430bc 0.01 MB 30 1,023
131,086 131,086 00000000000003c3675eb1b8937c91b0569f60f11fad4ce430dafca83746d3a1 0.01 MB 8 1,387
131,085 131,085 0000000000000bd9b666ff2edf988f1a685668b08e970bf2b6fc81b014e2fd62 0.05 MB 97 535
131,084 131,084 00000000000012fa38f5b8ea67d09fc74ce38786d1fac9cc1c323900e84f32c9 0.03 MB 100 1,016
131,083 131,083 00000000000002725a220cf391ef3caa598fe8e54c84fab95e1e09bb3bc8cba7 0.05 MB 167 70
Previous 10 blocks ↓
Total Size: 769.29 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,637.86 GB sent, 94.37 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.