Memory Pool Memory Pool Refreshing

5,849 transactions (2.41 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (830,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,018 78,018 0000000000110b3ae1076ed599c56df8c4c485ae62995595338a27099342cb96 0.00 MB 2 0
78,017 78,017 00000000004446b533490b16af3fed0c3f8da6de6a6f2ec46387a93b1046a48c 0.00 MB 2 0
78,016 78,016 000000000021d38f8f371a0b5b465e4fac0f4ac3eae27d091110c38b681450cc 0.00 MB 1 0
78,015 78,015 00000000000bfc4a00a013c8cb4370588b2a379bababe2a8141d57b3f8ef43c8 0.00 MB 1 0
78,014 78,014 0000000000326f83cecd250de9e8ce674786c92ee8adc0e6b8911f5becb4673e 0.00 MB 4 0
78,013 78,013 000000000001654c41298827bfc65efd74322e58d947edb2126a2985196a8bb4 0.00 MB 1 0
78,012 78,012 00000000001a7dd9bedd048bd159de67a4f0a1a565848dc387c77fa820df6752 0.00 MB 2 0
78,011 78,011 00000000001350d1126cab9e0759e2a60056f82261419e205f3fa7af0f5e73bc 0.00 MB 1 0
78,010 78,010 0000000000130fa122318e8e8e8a59b6bcbbf288156023e318f70e34dd570e09 0.00 MB 1 0
78,009 78,009 000000000066a8507865aeac72b58ba021ad861f2d32f72bb2bf2d4465231b37 0.00 MB 3 0
78,008 78,008 0000000000458342726132a783b7ca341c8b0357514f2656e9d3c4430f253758 0.00 MB 1 0
78,007 78,007 0000000000563f24f805efbffb905f2612a1aaeda0c65f461b7422437f68dbfa 0.00 MB 1 0
78,006 78,006 000000000004c3de419181225eec36dfdceef582a8d3b8d746d601efb0f29ce1 0.00 MB 1 0
78,005 78,005 0000000000186e517891a8abc343dfefe66aafc83897666ea8539d27a8edfbd4 0.00 MB 1 0
78,004 78,004 000000000066120ab9136251d2aa40c18f3f69e42412aacfdc7a122cede2f3a5 0.00 MB 1 0
78,003 78,003 00000000002c13665270c84b2a61d75758ff4e4e74864463f1bb50340a14a3bf 0.00 MB 2 0
78,002 78,002 00000000004c8aade2d7b67c1970136aa3dfcd2c830ce6285f4d66abf2b32876 0.00 MB 1 0
78,001 78,001 000000000000883080e6717f944f2ed3bb6f2fa0e2723a8486c476acc713a079 0.00 MB 1 0
78,000 78,000 00000000001f3fe62641b473673c9ababbe207046a109f0861af95c905a918fa 0.00 MB 1 0
77,999 77,999 000000000059ebb1d38fff0032188a919b2d775d43f9761b906ee9877d2201ee 0.00 MB 1 0
77,998 77,998 0000000000558ad5fd10a3efc6c1f95fab1826495c03c9eafa950860d407a263 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.92 GB sent, 105.21 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.