Memory Pool Memory Pool Refreshing

6,807 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (814,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,889 93,889 000000000006e83298cca22cd054d77be7eaf1a742bd24503ca186c15ec8383a 0.00 MB 8 0
93,888 93,888 00000000000581698a0f89e2d5e5448acdbf6e14676758162f9d339828a1b86d 0.00 MB 1 0
93,887 93,887 000000000003350ae666a28d1c3931cc61a603a8496492a7b655000e9a02250c 0.00 MB 11 0
93,886 93,886 00000000000174ef24f5eead65980a7861ad3ee2d18b9aa6b86496a0b03fff11 0.00 MB 7 0
93,885 93,885 000000000006255b63f111e73b40d37cc19b5f57e39690cb098e40c08d7eedf9 0.00 MB 3 0
93,884 93,884 00000000000536414be8da7f69059a812bab7623ebd25abd779d1d24b06110fc 0.00 MB 12 0
93,883 93,883 000000000004868d548d5abe6582c272764e45b309f07eaff1f62370a3a24d1a 0.00 MB 8 0
93,882 93,882 000000000005248570690547e93d97bc13d6d4d0b5a4d8d38e724f9eaf9837f9 0.00 MB 8 0
93,881 93,881 000000000007be7b242a5ea721b26cb47d7e908c4e5b7d96a528332cfcdc1cc2 0.00 MB 3 0
93,880 93,880 000000000006a1a861325dd0065c85db806939cd6a76c0355ba5ca2d7098ac05 0.00 MB 4 0
93,879 93,879 000000000007143f56d633c874f357ad9b46db5ef0fd00190fb0f51003c43cbf 0.00 MB 11 0
93,878 93,878 000000000006bee9838d8e1ddc3ad6791868bfe5d5baaa6975aee74788aa0fd7 0.00 MB 11 0
93,877 93,877 00000000000660348e33733ccf2504a44ae66b3f707732cd5dd167f03df4f448 0.00 MB 1 0
93,876 93,876 0000000000072c757b628f4814d08fd8d9629a9a9d2047cd7855e6dc4136355e 0.00 MB 7 0
93,875 93,875 000000000006554ad7956b2daed068c30dac369849c2afbd5b4344c36da6c1db 0.00 MB 7 0
93,874 93,874 000000000005a329fed141e77114931c8b055a9795dc842ff6dc36629257b282 0.00 MB 11 0
93,873 93,873 000000000006051a5e57662d4b29c80bd8bd2232092d760a342f0a8f219b5ea3 0.00 MB 8 0
93,872 93,872 0000000000027e164a188d6eae87fdd0b7d759efe83d913e9225d35113e935d4 0.00 MB 7 0
93,871 93,871 00000000000260dfd00ab685e792376cecc6ab5ace578aa79cbb07aef947cc17 0.00 MB 6 0
93,870 93,870 0000000000021e44f752823a97dbeecf4f18097f411bd533355bb24285394d40 0.00 MB 9 0
93,869 93,869 00000000000456a1f284d6ad939bafb53d2654df0b63d15dea6c312113473a77 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.