Memory Pool Memory Pool Refreshing

63,949 transactions
28.55 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,524 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,331 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,523 (83,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
788,854 788,854 00000000000000000003dbc124eb019f6f8af4bdb35dd6ea1e1c2a47aace893c 1.56 MB 3,661 508
788,853 788,853 00000000000000000000fd3382444b1b6e4497bdb9d9385c78c7b749a18bf1cf 1.83 MB 4,725 274
788,852 788,852 00000000000000000000e582ec731da2935df505f9f7ff9761d59dcb5d637622 1.66 MB 4,086 394
788,851 788,851 000000000000000000031de7467674e35530b2bae540417073c9e0fafdcb320a 1.70 MB 4,733 361
788,850 788,850 0000000000000000000147dfe4e9d9814d40e2abe9168adbe2424697933d5d96 1.73 MB 4,791 304
788,849 788,849 000000000000000000018df41e60dbb18f6336d84823c77eb4ae82c0d3465bf9 1.75 MB 4,721 341
788,848 788,848 000000000000000000036d739a8cb60bf53e31db9ebdc1b9d78c9ed42dc6b935 1.81 MB 4,504 390
788,847 788,847 000000000000000000014313684d9583960142681b7007cdac8a7e2a5c794735 1.71 MB 4,570 438
788,846 788,846 0000000000000000000322ebec3910c7cbf2c5b42604ff963c7574cedc27db44 1.77 MB 5,030 399
788,845 788,845 00000000000000000004647657aa64d78015518d5f96abd8941d6f5222c957b5 1.75 MB 4,278 470
788,844 788,844 000000000000000000042bcf67f54cb05e8ba435bf0e3f0f28da08259c5e33dd 1.59 MB 4,036 546
788,843 788,843 0000000000000000000313e5465c855e9ea50b2c428b906e361c56e30ea911b3 1.72 MB 4,605 451
788,842 788,842 00000000000000000004f0e3f4662a4b36d51e9da3a89ac411f537feaf64a3fa 1.67 MB 3,842 521
788,841 788,841 0000000000000000000498e904437a38d022915becbc8e9e714620c915deeddc 1.61 MB 3,942 548
788,840 788,840 00000000000000000000ae234c2137d8df6671e355012da2a7951f51513429fc 1.84 MB 4,356 478
788,839 788,839 0000000000000000000540543428d041299d6e2e35024c0bab0341bd153ab5e4 1.83 MB 4,385 506
788,838 788,838 000000000000000000034b33d680c897cbc3dd70ee54e74727f5711f17a06463 1.59 MB 4,043 569
788,837 788,837 00000000000000000000fde2b5105e8d43fc1d48e5da6478c6776a4a33408a82 1.69 MB 4,485 527
788,836 788,836 0000000000000000000018e509a36935f22951d9da5ca7b2623ca817b971a09a 1.72 MB 4,522 495
788,835 788,835 0000000000000000000343770ef3abc9b03a01a1c4466cfe64479f180ccbb971 1.75 MB 3,965 565
788,834 788,834 00000000000000000002ce9a66b3b635737634ea3ed4b7b366f6bd9a3b6303d7 1.78 MB 4,456 536
Previous 10 blocks ↓
Total Size: 704.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,643.43 GB sent, 238.94 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.