Memory Pool Memory Pool Refreshing

4,115 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,818 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (129,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,020 778,020 000000000000000000044f64251d6ea882e219c2c1c443fe5d9588d66fa1ec8e 1.47 MB 1,611 24
778,019 778,019 000000000000000000038ec8ffd11621f9dce72de3733217c6c0053770fc97f4 1.53 MB 3,843 17
778,018 778,018 00000000000000000003f223599824ea12f7e6323c2098ae19a1b865744e3056 1.40 MB 2,486 22
778,017 778,017 00000000000000000006758a5f3683e5145b525876dd6aebfd52239e7c4397df 1.41 MB 3,026 35
778,016 778,016 00000000000000000002145ced2b40464e9439f15db70ab2c804e5cee33307cf 1.94 MB 1,294 7
778,015 778,015 000000000000000000012de801dcbad7226e3211d13adec2866fde5f7ca5db39 1.66 MB 1,613 8
778,014 778,014 000000000000000000060b2744b99603bd0078e6bc30e820cdc778df3eee42af 1.79 MB 407 2
778,013 778,013 00000000000000000000080fc77844a82d58cdd521cd7d3ce54ba9815745a26c 1.67 MB 2,677 13
778,012 778,012 00000000000000000000bba335e2e5979741a49d7c521bf186033cbc19554b09 1.79 MB 1,423 7
778,011 778,011 000000000000000000027bd7c6e094cae7763715e245946a46273f1e3a168adc 2.02 MB 636 3
778,010 778,010 00000000000000000003f73d548a755c6b14e1ecbc1133aa951156507a3d3a9e 1.87 MB 283 2
778,009 778,009 000000000000000000059794e210f3dd407e83d40ef48f044a87c517699c50a4 2.37 MB 1,421 3
778,008 778,008 00000000000000000006f13737c7c90169b7e56358fc574a2ac141fcbe4136ba 1.85 MB 2,314 12
778,007 778,007 00000000000000000005c313685cebbddc03a16ec46c4984ab64688de99fcd49 1.48 MB 2,644 18
778,006 778,006 0000000000000000000638f79931718237026090215f26346c3af824c4553be9 1.32 MB 1,780 18
778,005 778,005 00000000000000000001353f570d6357c663e2f69cc8dbc1ea5e151f4b4dafac 1.76 MB 2,889 16
778,004 778,004 00000000000000000001e1fd26e6f505b1136609eee073691abd55f5264c7f5d 1.90 MB 847 3
778,003 778,003 000000000000000000053f658f71da144a120eabd82c70dea042661ed736a31f 2.37 MB 2,430 7
778,002 778,002 00000000000000000001c1e9f8c830076ac5aae29f6da4974171d4f4a4fd3cc9 1.59 MB 3,196 10
778,001 778,001 000000000000000000064b21786cd73bebc91244e7b04ece243e362bfe5c80d3 1.48 MB 3,089 34
778,000 778,000 00000000000000000007029401b13dea6bb3a282ca953d8cbc9c9f548f0f1339 1.51 MB 3,373 19
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.