Memory Pool Memory Pool Refreshing

2,716 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (79,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,889 827,889 00000000000000000000ff8dbb4973bc9ff9a9bad99aad2c05aeae400b5eb69e 1.80 MB 4,084 33
827,888 827,888 00000000000000000003fa5f5f9a51107bcc3a3a171307b6bb97b47971fde56d 1.83 MB 4,217 28
827,887 827,887 00000000000000000003f210b4912aec35acac0fff2422423c4f4f61d783c953 1.80 MB 4,908 25
827,886 827,886 00000000000000000000525bb00e3e2492a71c62e6c50e3722a2f4f71efe0d44 1.72 MB 4,104 31
827,885 827,885 00000000000000000003fcc130082c8843abd9e47ac8a8d0319e935570c5856a 1.94 MB 5,616 29
827,884 827,884 000000000000000000038ab47d437e4e63fc088822e50e6deb14c11ccd0b9d37 1.83 MB 5,188 27
827,883 827,883 00000000000000000000320da829c04b30ca5d19412dff5671d359ba376f47b2 1.93 MB 3,864 26
827,882 827,882 0000000000000000000080b326f798186a7c9397832103044ac557a2ad00cb78 1.73 MB 4,352 33
827,881 827,881 00000000000000000000a29aaa17be2627c29121374507ec2cbdaf09bc83576e 1.83 MB 1,806 30
827,880 827,880 0000000000000000000379fe2429fe34ddb0095805aa185642c2a417c5594e85 1.60 MB 2,986 35
827,879 827,879 00000000000000000000b2e2fb4564f2e219151b2d39eb88f219b81f2699b222 1.67 MB 3,255 41
827,878 827,878 000000000000000000019463c446698b574ab8ce78a80f0ae80f30a1a13aba01 1.59 MB 3,128 39
827,877 827,877 0000000000000000000340b5bd6759df6dd9d9c0d079705b33bdb03e6c9c499b 1.66 MB 3,389 64
827,876 827,876 00000000000000000000caf61f4c5d1d1960861510f35d424a7a0a40103bba48 1.61 MB 3,368 43
827,875 827,875 000000000000000000022d652fb8b149ad2e67d6fcf144e7a33d382b1a2a1c65 1.64 MB 3,489 39
827,874 827,874 00000000000000000001a204d52781329cedced8759825aa04258466a0bfbe13 1.57 MB 2,947 54
827,873 827,873 00000000000000000000be2ab9db20c119aebc54e0224d032337d200e5c674e3 2.03 MB 6,418 29
827,872 827,872 000000000000000000032488a80289ce4857fed918ca47daf72ca9c7f736178c 1.99 MB 5,072 28
827,871 827,871 00000000000000000001b0bb63606f30e759c4a2d15ff7d2986b368d6be1af86 1.49 MB 3,262 29
827,870 827,870 00000000000000000001a0419b0685f5f5826ffaf77a767de7c5ccb5d712ac9d 1.59 MB 3,447 27
827,869 827,869 00000000000000000001bc1b2c6ca801676bdf74b34794d7e099599d907e2aa7 1.82 MB 5,243 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.