Memory Pool Memory Pool Refreshing

58,886 transactions
23.81 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,081 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,448 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,080 (168,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,188 703,188 0000000000000000000e44aa6a0b664c239c47a7f7bcf2fabf8f734097488fb1 1.51 MB 2,747 9
703,187 703,187 00000000000000000003cf4029eb513dccc47ae04bcf595fbc67c33aed12572e 1.02 MB 1,658 8
703,186 703,186 0000000000000000000e53de8a2c30c6cc90c65a97a8371e070dbc3e0e6f834c 1.45 MB 2,775 3
703,185 703,185 0000000000000000000b5e9318d32dcc313423b13ec391bd4185fea24aaf88d0 1.48 MB 2,563 9
703,184 703,184 000000000000000000031c2b0be45ee771f7dff42054a2f347f060ff01012804 1.40 MB 3,310 20
703,183 703,183 0000000000000000000774078e38fb6978e113b68b97ba9bf80fa0f7bf95ae77 1.58 MB 1,590 4
703,182 703,182 0000000000000000000841d456bab003a4f05ded7a8a2eb56300a8d3f63a806f 1.32 MB 1,588 8
703,181 703,181 0000000000000000000b22600e4af052af7dc4b82c263e1b7db59edf2d52c3ac 1.48 MB 2,996 12
703,180 703,180 0000000000000000000baa62642204f709d8bfa15a0410c86f271cb0248269c4 0.49 MB 670 9
703,179 703,179 00000000000000000005f1d8ec6f889673fe87f04a1b582c5ce9eef6a8809d33 0.23 MB 350 9
703,178 703,178 000000000000000000096f8e2ec3e9c04ff5c9480506e735081edb5e40c0b5e2 0.10 MB 252 10
703,177 703,177 00000000000000000006b9d02a084dab5cf3f6ed1bc5d90c42bfdc0550e64029 0.11 MB 251 12
703,176 703,176 000000000000000000042aa34d15c48cf62eb19d5ad4f932081f93afebaacd9b 0.14 MB 331 12
703,175 703,175 0000000000000000000883952f32e0ff94b4a9972186336d71eac3127b337028 0.15 MB 258 15
703,174 703,174 0000000000000000000e9161c47c363352ef5067936342484bed6bc87d277652 1.41 MB 1,754 8
703,173 703,173 0000000000000000000226f60a0131c24ca089b3feba8feb14c672ffb41590e9 0.07 MB 187 15
703,172 703,172 0000000000000000000b9a04c94c4053569fc9812b52631a71ec78d0c8b3a694 0.66 MB 1,114 9
703,171 703,171 0000000000000000000cd5e87474a562ad0e25c2cbd6e134ef7063b501d8bbd4 1.37 MB 1,780 11
703,170 703,170 00000000000000000007f941f0c0804931b929900028d5ba202f9268798f4e31 0.52 MB 627 10
703,169 703,169 000000000000000000059e15952673e1502897fc3329f83c7236ba3ad26d69e5 0.43 MB 836 10
703,168 703,168 0000000000000000000cf04bdd13d227f4f41b7a712f1c4cf57641f3be14c619 0.35 MB 731 12
Previous 10 blocks ↓
Total Size: 703.35 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,590.58 GB sent, 233.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.