Memory Pool Memory Pool Refreshing

62,313 transactions
27.72 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,519 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,882 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,518 (1,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,357 871,357 000000000000000000012215fbab565cac8e92981033346401614f1b6902f856 1.63 MB 3,656 16
871,356 871,356 000000000000000000026baa2577640604dec91de88f2d4a3d4cb9bc3f8cb322 1.49 MB 2,451 17
871,355 871,355 000000000000000000004e0d59c70f29d7da09259a20d7597194f9c224f2874d 1.58 MB 4,055 26
871,354 871,354 000000000000000000013669b3348a746e54f5b8fd2608b6cf8df4a3afbd4461 1.43 MB 3,255 43
871,353 871,353 00000000000000000000ec2935f0eb8bd893a2556864e53dae901b0bc1e74d00 1.63 MB 3,775 14
871,352 871,352 00000000000000000001b2bf59da17ff5fac6151200c36b65f4812b767ea9fd3 1.63 MB 3,576 11
871,351 871,351 00000000000000000000ff6623f16f9559892416b818b860655dfbabe5eabd26 1.55 MB 3,958 18
871,350 871,350 0000000000000000000224c8bed39967b4c8d039523e4f8b5eb9732e59d8a0b7 1.66 MB 3,467 12
871,349 871,349 000000000000000000001444123402ed73c0de0d966f52f993e0172e9b619db9 1.66 MB 3,994 10
871,348 871,348 0000000000000000000049513341c53cefe11a1fbcf2349d7c8ecba792244f7c 1.58 MB 3,714 10
871,347 871,347 00000000000000000001c68a156a6ca9d1c6931ed85c734715bd3143d021d856 1.62 MB 3,823 21
871,346 871,346 000000000000000000020fc5cf9c2a03efdab74054eaa2abf09f1b2f5b3fe989 1.59 MB 3,161 8
871,345 871,345 00000000000000000001cfac66c4c8dd024f115058ab7ce43e83aa7bc9f9c8af 1.60 MB 3,854 19
871,344 871,344 00000000000000000000774549c22727b86c69fe333f8e9681b877c1fa5858d2 1.60 MB 3,759 23
871,343 871,343 0000000000000000000163939ce27aaec600c12f87a3b4e75ac177b79597ccf2 1.68 MB 2,510 5
871,342 871,342 000000000000000000027911fad36498a7c769755894cc6bfa0173a1d4cfbe50 1.53 MB 3,091 8
871,341 871,341 00000000000000000000bc584fe64b31759d5fa08b1525a8b989bca222abe6c0 1.51 MB 3,017 7
871,340 871,340 0000000000000000000248eba5377e54d17f407a3b6c1a16d79cbf060c3f754d 1.63 MB 3,628 20
871,339 871,339 0000000000000000000277b0402f1a072c46a995bb7340af58eba6447295cbfc 1.69 MB 1,948 5
871,338 871,338 00000000000000000002b6c4c8304944ccc0ef3ccdc50ed0f397aff404a9f9bb 1.63 MB 3,723 6
871,337 871,337 000000000000000000020071de107f2630740cd9096d00ce1050d9e7e494d10b 1.63 MB 3,407 14
Previous 10 blocks ↓
Total Size: 704.16 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,642.99 GB sent, 238.88 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.