Memory Pool Memory Pool Refreshing

860 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (76,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,048 831,048 000000000000000000000e32602aff1b3a553fcbbdb5bcb47834423a9ac3ae94 1.87 MB 4,664 16
831,047 831,047 00000000000000000001c818028ff176aadb698487f763a6cb934c509f384505 1.70 MB 3,529 19
831,046 831,046 00000000000000000000f304fc2dd7b004296c2c71e8dc250d2c87e17ec06e8c 1.72 MB 3,139 26
831,045 831,045 0000000000000000000059ab947af7dcc4aea9a135fc64b40b63c24643747bf6 1.78 MB 3,188 22
831,044 831,044 000000000000000000029e74bf297af9bce2672118f4bb0d330f198bc976d1bd 1.76 MB 3,089 16
831,043 831,043 000000000000000000008aee5144aeddf59c00495a431e3b09ddfeb89f55cb80 1.80 MB 3,404 24
831,042 831,042 000000000000000000012d48c09b348debcb7afb901256d05f99d17661beaa16 1.58 MB 4,018 19
831,041 831,041 00000000000000000000f4489a8d5f45a7f7be4a8dd0514816f5e4f47bf45f54 1.74 MB 3,746 25
831,040 831,040 000000000000000000035417e5b34cdaeae6e77375b811d83350c1c575cdf699 1.54 MB 3,597 28
831,039 831,039 00000000000000000002d920fd5ce05c86594f39c9f6d4cbd0eb8f3f80d5e661 1.62 MB 4,212 29
831,038 831,038 00000000000000000001e46ee08354aa698a58e6e76ba6d626d7bf910623327c 1.51 MB 4,127 40
831,037 831,037 00000000000000000002919e086582274af629ff865c0a434ac3735eabfc1da4 1.46 MB 4,334 53
831,036 831,036 00000000000000000002c87722d61a95e1c20ca4fe13fff82bb034bcba6561b4 1.57 MB 4,685 26
831,035 831,035 000000000000000000029b7fd4878109361208b6d9d4e244265a38b24f21ec0f 1.51 MB 4,134 29
831,034 831,034 0000000000000000000067009cca6c90b4985e25f2479ae64c37f0520ad67a39 1.17 MB 426 12
831,033 831,033 0000000000000000000088029cc1b29b14a875fee73e3cb3169b430f134f18cb 1.65 MB 4,145 17
831,032 831,032 00000000000000000001351ac599addef2fe94b28ff7d1b09a99baa2daadc7cd 1.56 MB 3,829 27
831,031 831,031 000000000000000000016e5957796ed6a2ec6f752f30ed31ccc4ea17e9137fe3 1.36 MB 1,799 13
831,030 831,030 00000000000000000000637f1f93eb0b8c06e701942398a3dea6722280532f8f 1.51 MB 3,794 24
831,029 831,029 000000000000000000025f598e897f19ff345bf71cb84ccb5029b94498246a09 1.65 MB 2,624 18
831,028 831,028 000000000000000000030a64679bdc8615727d9d9aba1b0a84fa3ac8a0374448 1.53 MB 2,658 18
Previous 10 blocks ↓
Total Size: 769.24 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,634.83 GB sent, 94.09 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.