Memory Pool Memory Pool Refreshing

61,776 transactions
26.64 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,424 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,324 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,423 (65,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,321 807,321 00000000000000000001e773bcd9163ef84a4c00b8c4f9766de14ee80e4ab75e 1.50 MB 2,290 16
807,320 807,320 000000000000000000041cdfcae987a9a0d658ab7dd56d0d1939830f10f7ca3b 1.43 MB 2,985 26
807,319 807,319 00000000000000000004fb35259bdc9ab7886cbf5f1cd1ff58e9f829547e3d70 1.41 MB 2,649 22
807,318 807,318 00000000000000000001d6e31e577019b353410bde437159132f665c310c2dac 1.52 MB 3,817 38
807,317 807,317 000000000000000000008ce66c8a9746ddc36a9cfaa33de74f74e442a9c75be2 2.00 MB 5,638 16
807,316 807,316 00000000000000000003d41f3248369ceb6a9d34c6c0d4347e6b1f9ebb0c49fc 1.99 MB 5,996 15
807,315 807,315 0000000000000000000223b2534fd2c7bf9ad7b90193927beac5d05c5bb03c34 1.56 MB 3,181 14
807,314 807,314 0000000000000000000182ef53a4a92ff4f6af235c653cfe894849863a34fd72 1.52 MB 2,774 20
807,313 807,313 00000000000000000000887c98b77cc3069d0b7571eee2b669f109a2bae24321 1.66 MB 1,677 18
807,312 807,312 000000000000000000050e6d720bf7d8afda6e3ea56ad4170000c85e975aa8d2 1.60 MB 3,056 26
807,311 807,311 00000000000000000000b66ca9e6b244b36432ff6e4f5aa5f3e572f03a0845e0 1.41 MB 2,149 24
807,310 807,310 00000000000000000000e7f50199c2e188c5cd0be03b00045354a874afdb2aea 1.37 MB 1,448 16
807,309 807,309 000000000000000000020ca1b5c7f0a4547c83b3409fb2e6d09fcbb35fafe048 1.42 MB 2,255 20
807,308 807,308 0000000000000000000180a9e4e98ad7d6ab75662465d9ca943e351a3b41fab1 1.45 MB 1,818 22
807,307 807,307 00000000000000000002be2c1172d84c378c09161fb7e85b1c75f0a793a22a5a 1.61 MB 3,097 26
807,306 807,306 00000000000000000001b38e5e6eea33fdf4589fb5a9415e5331ff907f3343b2 2.26 MB 1,508 34
807,305 807,305 00000000000000000001b7e7228db7c87ccd6186dc2fc79d9f284add0e4707e7 1.93 MB 5,066 16
807,304 807,304 00000000000000000003db6f15f68a243443b45a4348f9c2e5f631623d995719 1.93 MB 1,778 23
807,303 807,303 0000000000000000000135e12dbe675418ce2dfc78faa5de89881d726910a20d 1.88 MB 4,345 18
807,302 807,302 000000000000000000014eb802ac38db9ab259f454ad6d1e88d289fd2c6c1045 1.73 MB 3,431 14
807,301 807,301 00000000000000000004a4a680b8f84b254dc162aa77fcf71800478e0f5bdd13 1.74 MB 2,117 26
Previous 10 blocks ↓
Total Size: 704.00 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,634.93 GB sent, 238.01 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.