Memory Pool Memory Pool Refreshing

54,856 transactions
26.47 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,295 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,616 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,294 (18,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
851,119 851,119 0000000000000000000062b3836792fd201aa6d18c8c896ca05bc1d684cc18d1 1.48 MB 3,710 7
851,118 851,118 0000000000000000000320110745f27fcdef7b98d4279fc60dfc1fddf70c36f7 1.97 MB 4,742 6
851,117 851,117 00000000000000000003851becb287c177f8d29bc947a60291b979875bac9312 1.74 MB 5,155 6
851,116 851,116 00000000000000000001dc4f82b374ffcb29b874f89da1e29f0edadcb920982b 1.61 MB 4,395 7
851,115 851,115 00000000000000000000b0ecfb455641eb41ae397b5ef102c7bc59854dd6ffc1 1.72 MB 4,504 7
851,114 851,114 000000000000000000021cd58de559e16b84979b02c74759382eecd41995e508 1.58 MB 3,155 11
851,113 851,113 000000000000000000002aa5f7780961e6ffb82c28379b48f649d50b20d00745 1.59 MB 4,450 5
851,112 851,112 000000000000000000037ab035770f7c697bcade69d89adbbb8accbdd7e602e0 1.58 MB 3,692 8
851,111 851,111 00000000000000000002fb57cb07c3dd207602ef60dad6d893cc7c734411cbaa 1.55 MB 5,586 8
851,110 851,110 00000000000000000000a790ee16d4a222c7f634b28e8420a95d9674793de1c4 1.45 MB 4,402 8
851,109 851,109 00000000000000000000ab83c70a557935ad428c3bed1e1deff5b96a1ac9b5f7 1.52 MB 4,404 14
851,108 851,108 00000000000000000001e380ae5706185e73a7411e1e2cff6c41801bde896a13 1.57 MB 3,490 16
851,107 851,107 0000000000000000000169513787cd7757c142181de7b474137269efe0f26054 1.55 MB 6,311 7
851,106 851,106 00000000000000000001bd347c8a2e119c864d5598e200e05f68999f41ae3ca4 1.55 MB 5,777 7
851,105 851,105 00000000000000000001155abf53628525c972e12df8202020a338e61d76602a 1.61 MB 4,673 7
851,104 851,104 00000000000000000000292c3ca51b064d55a6d0816f2867814ee576d07f3da9 1.24 MB 2,596 5
851,103 851,103 0000000000000000000171ec416a961a4fa3c602fbdfa6e4b6b3de029afbf8ae 1.44 MB 3,243 6
851,102 851,102 000000000000000000035ac5845a48e6e6c364d27d31165d26f3f468a121a7bb 1.57 MB 3,774 14
851,101 851,101 000000000000000000013781e88ca00ed3c2c001cd25d37c16c222ec7b297f52 1.65 MB 4,224 10
851,100 851,100 00000000000000000002cca692c5fadb8a7ce288f3a1e1aaa7a076e79b44ed5f 1.62 MB 3,651 7
851,099 851,099 00000000000000000000c6c4f354b834b84a701aed6a8de3aeffde8fa3e5b207 1.74 MB 2,722 7
Previous 10 blocks ↓
Total Size: 698.14 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,068.78 GB sent, 198.50 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.