Memory Pool Memory Pool Refreshing

66,948 transactions
26.36 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,021 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,434 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,020 (77,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,567 792,567 00000000000000000005578f741974417eca0dda7778cdd205717d4d2bf5efd1 1.60 MB 3,582 40
792,566 792,566 00000000000000000001a6bf8c666de44ae40e324446fd93ed7f90cc70c6e04c 1.68 MB 3,770 35
792,565 792,565 00000000000000000000c19db51e526b3b78d778083c961869014d53e5182f28 2.79 MB 3,119 17
792,564 792,564 00000000000000000002868b3a917fb926356b290d0d818e2c5815fdf5695b0d 1.72 MB 4,456 30
792,563 792,563 000000000000000000010003008a4c58e373eb0309b96463e82d93050c85ff09 1.77 MB 2,406 20
792,562 792,562 000000000000000000022fef6313cd3b6197e078de9d5b8e70d1ece13dcb04fb 1.73 MB 3,245 27
792,561 792,561 000000000000000000017173a28dc9f35cab8c58aa91aea2d23b1c6bec9c07d3 1.62 MB 3,488 40
792,560 792,560 00000000000000000005777b28461cb8512c7072a2cc778054e1ecbab428cde6 1.38 MB 2,520 44
792,559 792,559 00000000000000000001f1a540d68db9e9fa26c091c749528a0932edc7756f02 1.54 MB 3,511 51
792,558 792,558 000000000000000000050f572fd7bfc4eb3f5becf18a5f5a1c2c87aaffced406 1.57 MB 3,672 52
792,557 792,557 0000000000000000000441a56641306c7bb3840d78c173bcdc689ce914122552 1.65 MB 1,684 21
792,556 792,556 00000000000000000004535e9a07edb2e3548a4c6fdbaad385e7ab4dda07f166 1.69 MB 2,993 26
792,555 792,555 00000000000000000004caee60c00fc24ea0382e015190e40114b582d006b960 1.46 MB 2,733 48
792,554 792,554 00000000000000000002fd1594903a079a506e67cc6003e9f7be9b1ccc78a493 1.71 MB 1,814 53
792,553 792,553 00000000000000000002cc9588c1e36305fd831d8c26f960b6fbb6a9abfdfb5f 1.61 MB 2,567 70
792,552 792,552 0000000000000000000444c15a2ffd29dbd7bfd8cf777ee1b0d895df70230a2b 1.34 MB 1,996 59
792,551 792,551 00000000000000000005217866708334942a219dda4d0038a35bcf2fd4fa7282 1.98 MB 2,072 24
792,550 792,550 00000000000000000003db9a04735ceab11ed2741de940c36f94fa8e70b1e259 2.01 MB 5,137 23
792,549 792,549 00000000000000000003eabdfa1524787f947fd073689eab9e24eea01fd4d540 1.97 MB 3,419 24
792,548 792,548 0000000000000000000215176a76792b67d36a45f212dbf776cffc5cf964f215 1.63 MB 3,640 40
792,547 792,547 0000000000000000000065b5dbb7f2a32a7d78867f4907c339f74866cdf41cb4 1.94 MB 3,897 133
Previous 10 blocks ↓
Total Size: 699.50 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,171.51 GB sent, 207.06 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.