Memory Pool Memory Pool Refreshing

23,301 transactions
28.19 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (55,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,855 806,855 0000000000000000000184d9cd3563046d762d3b4fa5d54fc35ce083ff750163 2.10 MB 6,684 16
806,854 806,854 00000000000000000000465b3a1b48eee92855ca51aa3716ad275f34a1a9ecfa 1.61 MB 2,850 27
806,853 806,853 00000000000000000003a0a3c2f873145ffd7f4419d031c53670c33511080c87 1.98 MB 5,935 18
806,852 806,852 000000000000000000027d6c1690448b898ceb627ac48ab8286f4bf8e5a060d3 1.53 MB 3,220 25
806,851 806,851 0000000000000000000302996811662b3f888e3d893132791431c204360f32da 1.90 MB 5,307 18
806,850 806,850 00000000000000000001488da572c151642d44aa2b6722ad0527ffeab9693d62 1.70 MB 4,258 21
806,849 806,849 00000000000000000002085efd61a4c256e7f9e6139902e85ffcdded08778b30 1.79 MB 4,095 19
806,848 806,848 000000000000000000026ad03ca487d69171db0b4c9282f1d2c0a660fa197a36 1.84 MB 5,044 20
806,847 806,847 0000000000000000000478a74e3f05a8a215b26e2615d401df7961f482c7002a 1.84 MB 4,327 20
806,846 806,846 0000000000000000000490ebc6d651bbcbd22c6f3f20a983f61d815236372e0f 1.15 MB 644 18
806,845 806,845 00000000000000000003c28763143a6dfaa710bda8fdd0ba379de5838cdaa851 1.56 MB 3,335 32
806,844 806,844 00000000000000000002d56d58fe14dada31f040b6e1e5bcef47f862353f2ca7 1.59 MB 2,692 22
806,843 806,843 000000000000000000032541ab290c21e86a405022899708bbac4f1686e3c8d2 1.61 MB 3,467 30
806,842 806,842 000000000000000000043d165d9b0b7e56cb7c6fcba1ead7c2661d531fc94d23 1.49 MB 3,085 34
806,841 806,841 000000000000000000042dc9bc79ec1e7f002f70be9a5e4d8bd622424424793b 1.70 MB 3,292 26
806,840 806,840 00000000000000000002d9ccecc5dc43d28a46f15a81ac941266df70a79be65a 1.62 MB 3,329 18
806,839 806,839 00000000000000000002bb118592dfc7c696768d0043644408f6e453c274d72f 1.46 MB 3,015 30
806,838 806,838 000000000000000000012acb3691cf28c31b5cdf39ef634219d593fea55adaf3 1.37 MB 1,888 23
806,837 806,837 000000000000000000011f838a97ae7a36f93785246678ec63a31c7a0ad5bc99 1.51 MB 3,622 40
806,836 806,836 000000000000000000022f9d2f2e54988c4570b1a339185321adb1ae71214099 1.72 MB 3,977 22
806,835 806,835 000000000000000000023df9ad7b34dd72fa0aabbd4f2980dd41e9fd7974586f 1.49 MB 2,768 22
Previous 10 blocks ↓
Total Size: 685.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,369.63 GB sent, 105.15 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.