Memory Pool Memory Pool Refreshing

65,951 transactions
31.75 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,148 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,190 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,147 (20,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,647 849,647 00000000000000000001d6575a83f9746f69e823d42dc044b2990c88d7744d5c 1.88 MB 2,554 10
849,646 849,646 000000000000000000019c32a504061892482d5b2bf3af1e28128ec50e1815c3 1.86 MB 2,494 11
849,645 849,645 00000000000000000000bc7a0480e65f77a2a8a235c7251aa3c3db9b3200c433 1.87 MB 2,555 10
849,644 849,644 00000000000000000001329a9bb93fcfcc8d38f8d9c59673a3885a2546cafc15 1.76 MB 3,538 11
849,643 849,643 00000000000000000001bde048bd400182d90bb2c8b449e27f2d0d3d87a63123 1.94 MB 1,541 11
849,642 849,642 000000000000000000022d579c5f43eace7948f5e2fd86b34345a0f482268545 1.57 MB 6,692 8
849,641 849,641 00000000000000000002a85bda12e6debef8023cc98e9133f78511bafe0952ac 1.94 MB 1,644 12
849,640 849,640 00000000000000000000051f5a53ed8e6aa17a37af595a05afd6103004af1f05 1.49 MB 4,076 10
849,639 849,639 00000000000000000001e1d531e66451b47abbd21797ec0aee1e3d6fa805679c 1.51 MB 5,340 11
849,638 849,638 00000000000000000002ca82bc09ccd69d089f98380f0ab578f1a029e7078341 1.59 MB 2,899 11
849,637 849,637 00000000000000000001d1b9be60a4d4d9381050543dd875a8174364a56d639a 1.56 MB 5,214 18
849,636 849,636 00000000000000000000ab432c278b05e894cb65cab2af4d63418d0a4615559f 1.50 MB 6,462 7
849,635 849,635 00000000000000000002b2fabf4c2eed0bfc8c44c595a13548f6875e7f47a7b1 1.57 MB 5,169 9
849,634 849,634 000000000000000000013ccfee9bfa80842257d754277f4d963f1efe9905e845 1.82 MB 2,304 9
849,633 849,633 000000000000000000017b8c306d2bad212965a2c2b658e3d0a782c0963f2f2e 1.76 MB 1,717 13
849,632 849,632 0000000000000000000168448518e0a9286bd4182a7bd54a3d25e41497f4ea95 1.82 MB 1,892 14
849,631 849,631 00000000000000000000cb741be348cf425b89d1053e45fac96d8c7b48f97445 1.55 MB 6,083 8
849,630 849,630 000000000000000000014d2fea0cc463c52df699015a124b8cf4f66216112277 1.79 MB 3,508 12
849,629 849,629 0000000000000000000067091f18c29aa14d4b35f0d43ef2d37468eb21445ab9 1.49 MB 7,347 7
849,628 849,628 000000000000000000013a6cf5f3ae94f1686e92c5ab0760913cfa27cfd0fa7c 1.55 MB 3,674 14
849,627 849,627 00000000000000000003257f94abcbdb96f0ba58ff90d3235515fc59f2709f86 1.57 MB 6,006 9
Previous 10 blocks ↓
Total Size: 699.73 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,185.72 GB sent, 208.61 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.