Memory Pool Memory Pool Refreshing

25,277 transactions
34.77 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,899 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,898 (66,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,623 797,623 00000000000000000002686f314fa50383aefd0577b4bf465a39c8b55b9fb0ae 1.64 MB 2,759 16
797,622 797,622 000000000000000000055c24a7df9698bd9410ba2929327ae5796f9acdb6cee3 2.01 MB 5,376 6
797,621 797,621 000000000000000000018db6b045421a472aaa1a9b5781c774a6af949c20516e 1.70 MB 3,574 6
797,620 797,620 00000000000000000003e6bcc2b3f18061668ce11910b59707dc5e3936a1970a 1.28 MB 1,424 10
797,619 797,619 0000000000000000000538228b58aec398bc7ab7908ae260ddd276082fcc5e57 1.54 MB 2,062 15
797,618 797,618 00000000000000000002a319d929804b943977ce2b0aa00a6bd5e3b944413e92 1.52 MB 3,146 21
797,617 797,617 0000000000000000000536a33bb99ff51823b32a867c403dde33b8f34a43b227 1.20 MB 1,470 19
797,616 797,616 00000000000000000005405ae98d99a157482d246bf5152c37bc29cf894ded73 1.97 MB 1,676 6
797,615 797,615 0000000000000000000242a40cd7b745d4982a7e6957603399c33204dec58008 1.66 MB 2,358 10
797,614 797,614 0000000000000000000169573319f4d3c1ac55079a862da2dd35e09dc0483935 1.59 MB 3,298 26
797,613 797,613 00000000000000000003292e2bbe79ed872bba23169c4a9a12d4585b4c4cbb41 1.84 MB 2,568 14
797,612 797,612 0000000000000000000011ade91c64359ee0b6c8416364c13832e2c25487643c 1.76 MB 3,175 19
797,611 797,611 000000000000000000056835fbcdae436b62145b76e436705fb4154989d306ea 2.09 MB 2,679 11
797,610 797,610 00000000000000000001302860dc8e212f98259492c9cdf001ca0a90b0f7db59 1.47 MB 1,474 7
797,609 797,609 000000000000000000036235d46012a868a36f73ab5809f6943d0ab124658839 1.31 MB 2,082 14
797,608 797,608 0000000000000000000485ffd8342d1fcce2ae99476a71a3b4745c883b4aabab 1.62 MB 2,519 15
797,607 797,607 000000000000000000031ccbd57c3b433b63f00dd2d743422e4da8240508d66f 1.63 MB 3,364 25
797,606 797,606 0000000000000000000248573d0938549fc37f6e8258a60b839c14b93152bb41 1.57 MB 3,708 15
797,605 797,605 00000000000000000001eabd981124cb17909e8f27df36c5f048fad3969f6524 1.57 MB 3,280 23
797,604 797,604 0000000000000000000558fce324701c04cf485c83dc509eb9d426747a34de35 1.39 MB 2,844 38
797,603 797,603 00000000000000000002f4f6ce39317301188b8b736f42916801e789e0bafd62 1.50 MB 2,705 21
Previous 10 blocks ↓
Total Size: 687.83 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: 1,526.46 GB sent, 124.34 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.