Memory Pool Memory Pool Refreshing

25,494 transactions
32.07 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,854 (189,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,455 673,455 00000000000000000004e59152507b5e34e87e3818582787c6ced95262f46336 1.35 MB 2,197 55
673,454 673,454 0000000000000000000487e5c91d83db9707cf28706f6cbfa336a7853f8f4ae5 1.42 MB 2,660 94
673,453 673,453 000000000000000000065847dec6f96d743e64deda4ba9909a6b877151c44bb4 1.26 MB 2,229 31
673,452 673,452 00000000000000000009ce253e669276665e08fca275cfce1e9c222794f898c1 1.15 MB 2,923 16
673,451 673,451 0000000000000000000cd1052dcd4e591be1798ecc74c98cb4d71eb81b47a5af 1.35 MB 2,619 20
673,450 673,450 0000000000000000000d190aea4368ea4cb47b8512b7901d973f61b3303a58a6 1.49 MB 2,256 58
673,449 673,449 00000000000000000001e978d24ed55ad77b1ade4d2097d2992d09bb36b75a4e 1.28 MB 2,379 99
673,448 673,448 000000000000000000041f47b826dceaf4a85941ab1790a0840ff76b2cd7ade6 1.14 MB 1,525 111
673,447 673,447 000000000000000000062c336214d2a94a89271354c32f61166bf427064e71eb 1.48 MB 2,602 109
673,446 673,446 0000000000000000000a29d285a0f5388aa34fdd3da7463e975c381f3135bed3 1.35 MB 2,212 51
673,445 673,445 000000000000000000028783f53cb9cdd4eee5a814a709f30efdc5ce3e83925f 1.26 MB 2,160 11
673,444 673,444 0000000000000000000c212c262aea41be160df5fda674419e250939f4acb553 1.41 MB 2,497 81
673,443 673,443 00000000000000000005502a2ed0dafa00c38c6df27293f1a4787830b30091af 1.32 MB 2,424 48
673,442 673,442 00000000000000000000cd74e3d8ef3f286baf849b769d4c4888a271a8708ce8 1.41 MB 2,885 81
673,441 673,441 000000000000000000028b0c85863550ad32e82e56ee86f1182b3604e0b691ea 1.43 MB 2,678 68
673,440 673,440 00000000000000000009b6fb8b6dc9c663ee9207540f8e4ad7b57a37a605fc47 1.25 MB 1,971 13
673,439 673,439 00000000000000000007fa13d2fad1e0d859069915d81ae381ec2adfac225cd3 1.43 MB 1,426 71
673,438 673,438 0000000000000000000653e42e33a108fb9fa86ff447745a239c80a29fd2700f 1.30 MB 1,615 66
673,437 673,437 00000000000000000006734c3b02bd842e9c7026f593bb71a5ddd4b3f89fb7b3 1.23 MB 2,591 31
673,436 673,436 000000000000000000078fc1a1aa53d1c7be0a79712c938588e69e27075afe3e 1.31 MB 2,258 30
673,435 673,435 0000000000000000000a095eb548be3d077dbcef1e034838660e1c4478b2787c 1.41 MB 2,485 62
Previous 10 blocks ↓
Total Size: 685.82 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,405.46 GB sent, 110.72 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.