Memory Pool Memory Pool Refreshing

31,738 transactions
34.09 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,078 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,854 (55,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,757 808,757 00000000000000000001e6d12f4dd718f4a2da85d9f5e6a333cf16447d2c1a50 1.91 MB 5,365 26
808,756 808,756 00000000000000000000b8d3e9585e073dec4e0b97514f5f4e26298bbb112bf6 1.65 MB 3,823 28
808,755 808,755 00000000000000000003865613250cfda9184ef62064f7a67267bebea102c128 1.58 MB 3,193 43
808,754 808,754 000000000000000000002962e91bbba7878d4a26d8984572d55ae67ab371364e 1.61 MB 3,010 49
808,753 808,753 000000000000000000039d918168af2e2580e4f15d085a88c90e764a0f4d1fa8 1.50 MB 3,229 28
808,752 808,752 000000000000000000014d50af7ea61f3aa5ca4bbd070723d5c0b90dbf53afd4 1.48 MB 2,851 23
808,751 808,751 000000000000000000039b7b6c3458cb3e2dac191806d268ba37ddd1b7933d91 1.60 MB 3,118 41
808,750 808,750 00000000000000000003df73110d2a5088b0d7fadf9c96141856b6ce6dad4e9e 1.82 MB 4,738 28
808,749 808,749 00000000000000000001ffa28ebc399c94d242dbbf330f9a18a0dc63d030d351 1.65 MB 2,787 31
808,748 808,748 0000000000000000000094eb560ce7f1c3d1117d9890a0f7e48db9abb5419c7f 1.56 MB 2,050 33
808,747 808,747 0000000000000000000039168f47856eba5dac61c0c97e990dccf8fbc7c18967 1.53 MB 2,137 29
808,746 808,746 000000000000000000026f5fc77f7ac5be9981704f3d5d5ccf9e43ece2e9b3d8 1.67 MB 2,924 35
808,745 808,745 0000000000000000000008010d6d3fcc34f113c7873f52fb959627f72771adb7 1.70 MB 2,398 38
808,744 808,744 00000000000000000001c30ac88f2383bd27e3110e05e4e5b967be54ffeae584 1.59 MB 1,997 42
808,743 808,743 00000000000000000003c1afa6d514f8e567d26155d2002026a50aeb325f4b9a 1.90 MB 692 42
808,742 808,742 000000000000000000005f0dd4909f64fb2c0ae3f9c9c7ec0d6c9c4b8d6f9e64 2.02 MB 737 43
808,741 808,741 0000000000000000000016c009239b599b8af2c0d27e67758f9e96b3a4d00c06 1.66 MB 2,194 53
808,740 808,740 000000000000000000033614eaa121d3a2fdc43b88d7fac29784e5bd95f8b909 2.11 MB 454 42
808,739 808,739 000000000000000000033d456b75dfcb04f13da48421e6c5807ce735160f153b 2.03 MB 778 44
808,738 808,738 00000000000000000000119fdf97192e917985f35bb8d7763e572987d863c1ab 1.77 MB 2,371 43
808,737 808,737 0000000000000000000387f015ac2a894660abd0d1169ea66ca99ef34fc06d03 1.28 MB 1,927 36
Previous 10 blocks ↓
Total Size: 687.74 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,524.33 GB sent, 123.78 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.