Memory Pool Memory Pool Refreshing

876 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,680 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 865 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,679 (696,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,825 210,825 00000000000004a5d97341b6e20e170f6f295578dc51efd368d1a1e55cbaf417 0.15 MB 179 111
210,824 210,824 00000000000001735fbd6027f19737a2a4e4859e762241a89949040c624952e6 0.02 MB 62 219
210,823 210,823 00000000000001366e46b598cd684828ae883e1a0ed426f9e4351e850a9b18f0 0.25 MB 593 190
210,822 210,822 00000000000002bf1596d2d277edf8996439ce61db3abd9701687def8ad51dd1 0.07 MB 174 200
210,821 210,821 000000000000035d73ca36ef35dcf322a064e4c4751e4363368e6fab39f09b26 0.03 MB 64 107
210,820 210,820 0000000000000423ccec96b621a9e49f72511df3d188ba0e4c3af617ab92128a 0.05 MB 155 132
210,819 210,819 00000000000002592de916c83df48958bfdf76c7ab5ab882ba40ad17b50ae0ec 0.05 MB 69 60
210,818 210,818 00000000000004aeaa601e591c8c68d1ebe70350ff81adf2a92170af371973a8 0.13 MB 344 194
210,817 210,817 0000000000000071d46f22a2193597f6fa5a7917006a1da256a1b40b7cddfe21 0.10 MB 241 173
210,816 210,816 000000000000007b9df9ca7f97f06187a80ec50c5a92b6744b4bcedad095910d 0.18 MB 458 184
210,815 210,815 00000000000001978ede7108655570132d2901e1ccc60667c4539d5c4e8f24c3 0.12 MB 207 132
210,814 210,814 00000000000002d3dc2fa83667e856894b3647f50af11b36af073df7667ea779 0.05 MB 124 210
210,813 210,813 0000000000000276b3ff90469a9509f492e166551acd59af0b6dc8aa7137224d 0.27 MB 799 170
210,812 210,812 00000000000003438dde2bba55a3214cf7191136ac6a3ec26a9f678e7f1d6da6 0.02 MB 74 167
210,811 210,811 00000000000004b80ceb7d9a44b6e2f23a443df3aa560c977324c4ad845833c5 0.12 MB 337 249
210,810 210,810 000000000000003e963e0d180547dafe3ff5f6334265ba8a870c5497db8df4c1 0.02 MB 80 170
210,809 210,809 000000000000024fd7a515ca8dff20c0f5caf34f4e80c9117b12e831df473178 0.36 MB 910 111
210,808 210,808 0000000000000054ecea8f685c83c17e43b6b2e3ef830ea2b6f20c33ba2fc9bf 0.13 MB 151 91
210,807 210,807 00000000000002602b541f98f64e0b98dd7a97f592adfcbce03b76727295ba4e 0.25 MB 663 204
210,806 210,806 0000000000000249a2ff8e2ed40c8df76b36753de3a2e0286e964538aa3d270d 0.08 MB 256 300
210,805 210,805 000000000000008f12ebc4e277211b58526dcdea9d3e0fab0824af56d80be001 0.02 MB 8 61
Previous 10 blocks ↓
Total Size: 768.95 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,613.50 GB sent, 92.51 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.