Memory Pool Memory Pool Refreshing

39,635 transactions
30.68 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,487 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,467 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,486 (1,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,731 861,731 000000000000000000004ef2bb70ba8afacf1de7c0dd96cce8d321bd59f80250 1.84 MB 2,641 7
861,730 861,730 00000000000000000001e097b04cd8b21327c52b6e3e7b534b89c827bb5b4ac7 1.66 MB 3,359 12
861,729 861,729 00000000000000000001479ec6ff40ba9e4e70327b3077ea62a05abb8420c167 1.88 MB 3,155 9
861,728 861,728 000000000000000000014437d7bba984a9d65003f1ac07ff17eb3a0e521bf107 1.49 MB 3,473 17
861,727 861,727 00000000000000000000841f696895b2217a9bf9d2bae3c9b5097b5f79bfb905 1.70 MB 3,279 13
861,726 861,726 000000000000000000017d772aff2f410477529d348caae603f3cf0e484ce958 1.64 MB 3,303 4
861,725 861,725 0000000000000000000027a33422ed46c7ec043c5b55e7e5d94641137d70d84e 0.00 MB 1 0
861,724 861,724 0000000000000000000123a45ab772055e4b3af6718841e1b7cd9dea27794832 1.69 MB 3,416 10
861,723 861,723 00000000000000000001133953205c3e19b42aecbc44dd8442d80a26c05b451a 1.74 MB 3,635 5
861,722 861,722 00000000000000000002e51c1a372085773f3ef611252a4b79ff04ded0e3308b 1.74 MB 1,890 8
861,721 861,721 0000000000000000000193869f303a66bb4d78a951680cde31505207ef33b89a 1.50 MB 3,105 12
861,720 861,720 0000000000000000000294f87a3157c5f43fc1d91283fba3d6fb603d963d4d1a 1.90 MB 1,669 3
861,719 861,719 000000000000000000026b2cdb6cc58a49604146508e470f83582e3c47b9be35 1.90 MB 1,857 4
861,718 861,718 000000000000000000013dbcdd825a3ff618ad9047731bf8f683d44356c46036 1.95 MB 2,498 4
861,717 861,717 00000000000000000000d46ea1152a9e5a85f91586e8c447f2880c1060a78eed 1.92 MB 2,884 4
861,716 861,716 000000000000000000012345ff2211ed736449b0d64bacb49dbc7b8f10bf4641 1.77 MB 3,301 3
861,715 861,715 00000000000000000000f5e5667cda80ae7815abf47a660002595a0d742e337b 1.74 MB 3,220 7
861,714 861,714 00000000000000000001f70b64c90bc7c9bd3cb7e441fe49b250c2ad5d0c2154 1.62 MB 3,231 11
861,713 861,713 0000000000000000000160c89692c117d1a37527e606df9bcbda6072b8eac57f 1.66 MB 3,949 7
861,712 861,712 00000000000000000001dffd2a631a2ae2c76b6b1a2389dc4c8e3422742d9c3b 1.63 MB 2,259 7
861,711 861,711 0000000000000000000256de3dc6d866768940fc9bd396999ad7cab8a1d2ecd1 1.69 MB 3,497 4
Previous 10 blocks ↓
Total Size: 687.05 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,504.92 GB sent, 118.74 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.