Memory Pool Memory Pool Refreshing

40,225 transactions
23.83 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,751 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,674 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,750 (114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,636 864,636 00000000000000000002a2836937b38ddc2ff19d8bdf89d2237e76c80f8bdb88 1.44 MB 5,928 8
864,635 864,635 0000000000000000000234fdb8a8ab47cfb583b47055e92c10a98f6207ee2589 1.49 MB 6,373 9
864,634 864,634 00000000000000000002b737d6080f45ac4035f555f4ac856e6f02079b26be54 1.47 MB 5,177 7
864,633 864,633 00000000000000000002ebe9196d1fc5ed66bcd33e6f64b11f04dffeedea3d09 1.64 MB 5,226 8
864,632 864,632 00000000000000000001e40dc16d810ddfef9184ec72dfad9ede930be7a1d389 1.60 MB 4,142 11
864,631 864,631 00000000000000000000164027c2989cc1a4536b4aa21b4f96a4c30481784d01 1.55 MB 4,191 10
864,630 864,630 00000000000000000002f9da1196f5aa04b8d8b1423f9cd8a3f8ffafbd971de6 1.62 MB 3,845 5
864,629 864,629 00000000000000000003114378c605f8175119b785fea6d9e803bb13556ede15 1.59 MB 4,329 7
864,628 864,628 000000000000000000004da26806359f589d167612ee4ebeef99a2626891e88a 1.57 MB 4,170 13
864,627 864,627 00000000000000000000d558346742767c05c9f004b830b51afd18319b4be19b 1.58 MB 4,824 10
864,626 864,626 00000000000000000002c01c5f4bceccdce2fa51853c811b8ec2e03b11cff2f5 1.57 MB 5,460 7
864,625 864,625 0000000000000000000272281126723156e0abc33bd4829dd606233f2623ea81 1.54 MB 4,161 4
864,624 864,624 000000000000000000010da764dcddb173f8c54699e14f6c35bf7c9170c1c520 1.45 MB 3,709 9
864,623 864,623 00000000000000000002afbb64ad2d7b748373884e501fc454cae2fa8a4f0cf9 1.51 MB 4,294 7
864,622 864,622 000000000000000000022af2d7f4fe2296e9089dc8f1ac0aa4416653977d10e7 1.61 MB 5,491 9
864,621 864,621 0000000000000000000226e6e2131b1c11b7aeb15adb414f4e7ddf586e9311c5 1.56 MB 5,716 8
864,620 864,620 0000000000000000000124b70945b6a19de48a36e65466ca4c823e9b3d0e78a2 1.52 MB 5,285 10
864,619 864,619 0000000000000000000166a6e66ecd138182d73d621c3c84f6ce81f9fd9b3448 1.64 MB 4,692 4
864,618 864,618 000000000000000000026628f7aebab31e81789d14bf66802d04a0e2cd7b4d76 1.46 MB 6,998 7
864,617 864,617 000000000000000000027c592ae1d3519aaa94370b4f979a94bbde1736bdbf17 1.49 MB 6,010 8
864,616 864,616 00000000000000000001bc0695bbb2e7c9b344579eea7cc23df6e5ed0254958e 1.54 MB 5,142 7
Previous 10 blocks ↓
Total Size: 689.44 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,649.56 GB sent, 136.67 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.