Memory Pool Memory Pool Refreshing

59,756 transactions
29.32 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,197 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,196 (61,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,828 807,828 000000000000000000009565f93156ba88aa2b390687952d1c093adfb4637d32 1.86 MB 4,843 16
807,827 807,827 00000000000000000000f7779c7fd821efb6abff38bb606d9ae6862bfc34ae8f 1.78 MB 4,084 13
807,826 807,826 00000000000000000002b6151187f15a765b9dbeb6ff723088a0107ce508419e 1.62 MB 3,811 18
807,825 807,825 0000000000000000000440e593aff5185f6b70a1682bb4bc3809206608aeaa6a 1.68 MB 2,867 16
807,824 807,824 0000000000000000000136145b505c87121a8b07a2b20a18d502728bdc228e94 1.52 MB 2,299 20
807,823 807,823 00000000000000000001f77a8c6a7fb04472c5d79db4347eb62b83dd7095fb22 1.46 MB 3,280 29
807,822 807,822 000000000000000000051c8eb76c63824f15a6d0a684eaf1e82d01731e160792 1.55 MB 2,559 14
807,821 807,821 000000000000000000026900284de230997dbdf9871c1b44901fbbbeebe37133 1.27 MB 1,560 16
807,820 807,820 00000000000000000004e3fbbe9582437aacb520e03b1264f900eaf7f7e17e76 1.44 MB 3,092 27
807,819 807,819 00000000000000000003d461055ea02300cefef8844f3089c29678c195757144 1.55 MB 3,097 15
807,818 807,818 00000000000000000001b2ac98e8e884482407a67c7429362967f9fcc9e4818a 1.71 MB 2,865 16
807,817 807,817 0000000000000000000386c428bf5a63e3c06cb0b98c3cc1f4f72515216b911a 1.61 MB 3,505 21
807,816 807,816 0000000000000000000286bb53e95fe94c4dad3bbdb73b6fe91b3dd2579a9b0c 1.30 MB 2,668 33
807,815 807,815 0000000000000000000108a444548a20a67d847ed55ff004afb58aa8eb74e58a 1.99 MB 6,131 15
807,814 807,814 00000000000000000000ceb5450fa2d4a7c66a7655a9824c41c45c1d87926ad6 1.56 MB 1,567 14
807,813 807,813 0000000000000000000368c4709fc177e7fa381f0648a27ecd34bd9f98037eb8 1.37 MB 2,061 20
807,812 807,812 000000000000000000038051e5cb3f0b1828f7853fdef2894f6dc7808af4aa07 1.54 MB 3,406 23
807,811 807,811 00000000000000000003279c5db6ac1e56d6fcd43820ce21a163c7cd94a758f3 1.70 MB 4,092 17
807,810 807,810 00000000000000000004eb5017a75e79c7b38c1413cf713449be2ceb94cacd60 1.45 MB 2,505 13
807,809 807,809 0000000000000000000219cec9899ffe778a3d27902a81988f436ec35fae9bd7 1.46 MB 3,198 22
807,808 807,808 00000000000000000000aa645d6c3344df2fdb129eaac10230d8f86714279123 1.55 MB 3,372 23
Previous 10 blocks ↓
Total Size: 697.94 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,064.41 GB sent, 197.43 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.