Memory Pool Memory Pool Refreshing

13,933 transactions
29.68 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (540,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,762 321,762 000000000000000002b8b3dcf0176d35694d42a08e83dbad820693a4dca7fbe0 0.03 MB 56 30
321,761 321,761 00000000000000001fcb32470b0dcc66a85aef613f1f8a463971a3af72e1cd5b 0.23 MB 514 37
321,760 321,760 00000000000000000fec162ce44a2eac5758a4af14fde6d858263c62a82bbcb5 0.14 MB 332 31
321,759 321,759 00000000000000002441039aca458cfd9b5c268021f8f2aa37e3b3614847bc14 0.22 MB 500 30
321,758 321,758 00000000000000001d0760abd9c6cafc11185ccf200771b5bae70eb2cf53699f 0.16 MB 340 22
321,757 321,757 00000000000000002112dbcdfcdc62ff8fd327c846c8381761cb589502be1f49 0.01 MB 31 34
321,756 321,756 000000000000000020155f1207476d17a8a7d337edc8ec84b4d8a7d700d7e633 0.39 MB 770 31
321,755 321,755 00000000000000000af4e37744c1f3a868cdc878ee26f7dc6a57660e19556307 0.03 MB 68 31
321,754 321,754 000000000000000004bcc6344779f9c45259b2c53e0c40b49276bbd38c804e69 0.18 MB 242 41
321,753 321,753 000000000000000019d70b27abceb48da8246d31e9efe040f8ef6d08036c0d26 0.30 MB 482 28
321,752 321,752 00000000000000001014b30bbf3a6da1803c08b45eb8158f0b75c2efba6ec762 0.30 MB 558 33
321,751 321,751 0000000000000000188a62f1d9c6e6219498339806a3de892418f2ea9be0aa43 0.01 MB 17 38
321,750 321,750 0000000000000000240a4480fe2cacfa1b3af76b4af6c32701768bae4746e48d 0.19 MB 439 24
321,749 321,749 00000000000000000454bfc4384cb08f923bb9339cbe8f794c591ee6edf171c5 0.03 MB 51 19
321,748 321,748 000000000000000009faf4310194c22202733d0006f542c41e6275f28516971c 0.35 MB 715 31
321,747 321,747 0000000000000000190af3fb1f9e591a54d8400226ca9a3307415c879e2acdd3 0.02 MB 53 16
321,746 321,746 00000000000000001a8ba3d3ec8c4fa075d8fce145cb228fa75385e75deebeff 0.05 MB 132 38
321,745 321,745 000000000000000013be7f49137d2fa6f27eb6bdd02a2e1ce6819766aa60f2f7 0.35 MB 595 23
321,744 321,744 000000000000000001fb6e280449b6ab460f217607870fab00814c3d3b879548 0.18 MB 512 50
321,743 321,743 0000000000000000163e17d3817bd1522fd309290054f493c46446ffcce6b043 0.09 MB 118 28
321,742 321,742 000000000000000012b8d6bd5ed9ed1b021d3d12f5eade4bccbd9e9b0eafd20b 0.25 MB 481 26
Previous 10 blocks ↓
Total Size: 684.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: 1,345.20 GB sent, 101.42 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.