Memory Pool Memory Pool Refreshing

6,911 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (61,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,890 845,890 0000000000000000000056aa321ff9db5b930c46d9bddbda515a8fbc149439e4 1.52 MB 5,137 28
845,889 845,889 0000000000000000000262d02c8afdd007c08b630a61f736398ce1de5ac77955 1.47 MB 4,299 27
845,888 845,888 00000000000000000000a22a5e758ceb561a006fac7390e5efa99eb42e459561 1.46 MB 4,547 22
845,887 845,887 00000000000000000002c77448a582258db647f9d5f39b7488281b2cf5c5190a 1.51 MB 3,922 27
845,886 845,886 00000000000000000000e73a04d5f7f4904ed34d4600944f8b83e70636ad2b8c 1.53 MB 4,902 30
845,885 845,885 0000000000000000000029ff9296a294e8192348c2ca928a8973784c177963fd 1.50 MB 4,380 41
845,884 845,884 00000000000000000001bbdbb0588b32078f2452960f5e0ddb8dfefa20beb8fd 1.46 MB 4,961 27
845,883 845,883 00000000000000000000d4362207732d3f0f074f30c6f64e39da7c0b625cce23 1.47 MB 4,493 28
845,882 845,882 00000000000000000002baa476d6729fe48c76a4657f055f197f5e4c87ae9f9d 1.44 MB 5,581 18
845,881 845,881 00000000000000000000c9f653bcb5515bf8e0bc4c4c64cb459c2db6b8534472 1.49 MB 4,868 18
845,880 845,880 00000000000000000000e94f15f69b0c633230048dfbdead18d8a1e2949db1a9 1.33 MB 3,721 16
845,879 845,879 000000000000000000002ffb7d378484139a16004402619a56f1c88bb966d6d6 1.50 MB 5,359 18
845,878 845,878 00000000000000000000d45ab12110a87f4535c4a230e906c60077cd7bd60833 1.51 MB 5,749 15
845,877 845,877 000000000000000000033b3a9e524ef828041578dacbeefa6ca0fab4df4fa115 1.44 MB 5,171 26
845,876 845,876 00000000000000000001d3a5594789a778b88bd8ec75dcff7305690da3f0ef59 1.46 MB 6,704 28
845,875 845,875 00000000000000000002aef7a294d2bd5fd9324e8e4a78b352d7d769f6915b6c 1.49 MB 6,077 20
845,874 845,874 000000000000000000009e10b22daf7a711fbf70acf7125f2a795c5f48d46f1a 1.42 MB 5,496 21
845,873 845,873 00000000000000000000926611a676d12c586af79cb612d054bb5d6b347154f5 1.43 MB 5,815 18
845,872 845,872 00000000000000000002493eb4581b48083fe7b52499edc8b4b7a87e93dfe191 1.60 MB 4,621 17
845,871 845,871 00000000000000000002152f9784e1eff60c00c2fbba00bd002e0362f1ae8972 1.61 MB 4,084 21
845,870 845,870 00000000000000000002313da2d4c1050145cd1953e7c731c3482be0ef3972fd 1.28 MB 723 14
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.