Memory Pool Memory Pool Refreshing

2,317 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (609,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,932 297,932 0000000000000000246b941c3d03baa28c4b83261e2f31737d19de7607f6ea73 0.18 MB 512 51
297,931 297,931 000000000000000038bea5e73ecf3d0222a9ac6bd8d1b7f6ec5d9ad0087acefb 0.02 MB 35 24
297,930 297,930 00000000000000002b44cdc1b2fe4ec2aa6b31b25ae8eedc8d1ef16799bd3114 0.14 MB 199 28
297,929 297,929 000000000000000009a8cfc65af4281d0d5e42e725c481e99e55e76d3f1c5def 0.54 MB 1,024 31
297,928 297,928 000000000000000049c9495ae6fe9bd72199e335d03ebe91d7a38ce8163c4128 0.10 MB 256 37
297,927 297,927 00000000000000003fba4a8bf80f963d2be7b6c2498ddb7dc6e3ed16752bfe0d 0.30 MB 538 27
297,926 297,926 00000000000000003ebbe8524e96ed4ef45cd97fa1b8132bebb912a94d3abaa3 0.30 MB 612 34
297,925 297,925 0000000000000000877c342c46642dbdb13d5c554e064354696eee57e3b4548b 0.16 MB 331 30
297,924 297,924 0000000000000000235c51d8e28f1fa7c3c77d5d6ba8ead1684ffe3d066bc77d 0.03 MB 105 36
297,923 297,923 000000000000000099fe490165a0f7fa856e09de0489ecc93be22e4211445b89 0.34 MB 371 22
297,922 297,922 00000000000000003642c5be69d1234308a6b477790ee10add475f6a0b5f3c98 0.05 MB 114 33
297,921 297,921 00000000000000004bc8729ebf5f91373f2442498494dce5448ed116d6471a88 0.01 MB 41 84
297,920 297,920 0000000000000000679adbe5c6a519f50b36944f251d1a1446f09126980bd5dc 0.17 MB 275 25
297,919 297,919 00000000000000007769cbf7138ef8212d58d4f9c1e09bdc63e47593c9f9a7b6 0.05 MB 85 39
297,918 297,918 0000000000000000531af7683d5a86095bb9c694e53b5a7134dde8a12c07e2cb 0.02 MB 64 31
297,917 297,917 00000000000000000a45772d3e61bf4198e4c7de5f2969812e495c072e2e19b4 0.22 MB 345 29
297,916 297,916 000000000000000083725fb70cdc7c7d6182f521f11b8c27a0342e53c1e90c53 0.02 MB 32 22
297,915 297,915 0000000000000000604c0aca9d1f73dd410c65b119088a17032fb846ec2c6849 0.03 MB 47 28
297,914 297,914 00000000000000001c40c203a188d9e260c80a44b9448d9173d4e47c943f9f83 0.01 MB 24 36
297,913 297,913 00000000000000005296075a6e68383ec2a62958c1f83b55e9bd05be712af134 0.20 MB 352 30
297,912 297,912 000000000000000070911930e03b60c72fc315cfe820c2b2cf2aeadf45882735 0.02 MB 39 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.78 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.