Memory Pool Memory Pool Refreshing

69,660 transactions
33.67 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,844 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,979 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,843 (334,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
535,578 535,578 0000000000000000001b82290c745b3b527893a7611ae000ef04c9f5e247dd83 0.11 MB 236 34
535,577 535,577 0000000000000000001f2bbc36d033375378c7dfd93261c88a6af0c62b1cba76 1.19 MB 2,304 21
535,576 535,576 0000000000000000001347f803a543ce1bb1b0acab137dec2654992744254699 1.21 MB 3,247 10
535,575 535,575 00000000000000000003575c0ee37d0a5d5a53c012bacd5094ba65f26fb20812 1.12 MB 2,562 35
535,574 535,574 0000000000000000000d783d9b0f6e6e700b1bb1a756f705649b5283ea383d66 1.09 MB 926 5
535,573 535,573 00000000000000000012cdb9e0c78b07919d7c4c87740e7b3da702ceb3664baa 0.32 MB 648 21
535,572 535,572 0000000000000000000526b320f6fc2e1a07de72b274d5f9e80855b3063c76b9 1.11 MB 1,467 9
535,571 535,571 0000000000000000001947657dedee02ca7d01677dfa2181f72bd074fc6ac9ed 1.16 MB 1,941 15
535,570 535,570 00000000000000000021e1cb40338aa044265c17ad2bab30a96e7467dd915c7a 1.19 MB 1,749 6
535,569 535,569 000000000000000000181c6728aa0129d849ddee3d884c5a43d24492487f6549 1.17 MB 2,824 14
535,568 535,568 00000000000000000023c0d305041fc665a36b733f981a4d05a5f349c651ab4b 1.22 MB 2,141 28
535,567 535,567 000000000000000000298ec474f0f35e692f833b07795be57a69e8ceff049453 0.13 MB 191 24
535,566 535,566 0000000000000000001a55bdb2f63da5cbbf8c9918a3637f7246b7d0e49b9d30 1.18 MB 1,291 6
535,565 535,565 0000000000000000000abf9bab2399b0f6d6e715e62359cc4ad6552879c6106f 1.17 MB 1,406 8
535,564 535,564 000000000000000000269efa4a156f351dc47ccb4886f4964d72a560189058ea 1.16 MB 2,287 19
535,563 535,563 00000000000000000012048ceee7d80346602ed82cb516b3a01675080efe4221 1.00 MB 157 2
535,562 535,562 00000000000000000006807dae727d0b2632254bdc56fc3ea4bb907d434a3923 1.02 MB 293 1
535,561 535,561 0000000000000000000e5a3d0102cc1e08262078f6acdbf64fbbf5df41aaf777 1.09 MB 1,455 8
535,560 535,560 000000000000000000053af87f8436bd5743a389ab354f32ab913d5fb344087a 1.04 MB 550 11
535,559 535,559 000000000000000000075a0e1d17e97db549c207e3d241c3f365a54c27c01ff4 1.10 MB 1,133 7
535,558 535,558 0000000000000000001435734ff6b4e0344b5a2f2f5dab95c4dd158128fc728d 1.16 MB 2,359 14
Previous 10 blocks ↓
Total Size: 699.17 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,117.09 GB sent, 205.03 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.