Memory Pool Memory Pool Refreshing

7,922 transactions
28.59 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,188 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,236 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,187 (68,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,865 795,865 00000000000000000001228527d30d735c3809095a6474d879e2ce697797e181 3.84 MB 393 10
795,864 795,864 000000000000000000046a993306248f1566324f8211d6ae3f7bdfae0c32bc7a 3.88 MB 169 10
795,863 795,863 00000000000000000002494567aad441c991513241e68b03846968d87a886228 2.00 MB 3,200 13
795,862 795,862 000000000000000000020d5d7e060b8d688aec1f6daf1899b7f2bd823d485d3b 2.47 MB 2,916 17
795,861 795,861 00000000000000000001fe5609d607fb37160f1a84fd4c1b76ceb21ece653095 1.67 MB 3,245 24
795,860 795,860 00000000000000000004172bddd76d899b4bf6555b8a6c76a51c34db3f271752 1.68 MB 3,432 29
795,859 795,859 0000000000000000000281199d4a14233164d11d859ecd1761dab7c68ad55d3e 2.07 MB 3,931 20
795,858 795,858 000000000000000000017be4402dbc614eeb34292ca542f3440018114dc0a5a4 2.59 MB 2,392 12
795,857 795,857 0000000000000000000375a71ccc0569c279dbb751bdbb70d86d983cd38eea68 2.25 MB 5,749 12
795,856 795,856 000000000000000000025b61c056db3363de662bdd1fc8c87cc7b7b8fbcabaeb 1.92 MB 5,212 14
795,855 795,855 00000000000000000002bacf6c6b35af50f0c3d7c15d798ce2328ba678bb678b 1.98 MB 3,813 14
795,854 795,854 000000000000000000022bb73f38f63efaddf00e7eca6da29e11ee0ba63f8255 2.45 MB 1,731 15
795,853 795,853 0000000000000000000471c376442dcaff290c363b9b4f0d2516a7ee96689cbd 1.49 MB 2,913 22
795,852 795,852 000000000000000000020340dd310eacd4e32b1413f8dce316949f281f2fcf07 1.62 MB 1,623 16
795,851 795,851 000000000000000000003bda7c51cc8c41c4ff7390a9409c9f16e781c402fba9 1.99 MB 1,606 13
795,850 795,850 00000000000000000003b72ddb87c89138bdbcc75c04455933088f8b4eb3adde 1.66 MB 2,668 26
795,849 795,849 000000000000000000032c91bd6e12b64dc915f9fdfaee01b9a060eeb06a100b 1.87 MB 377 12
795,848 795,848 000000000000000000040244084b8a5ce8d4a612c201771fad58421c18de032d 1.83 MB 3,480 17
795,847 795,847 0000000000000000000163f4d176c7d64c69e19d9fb6991afffb9c072f7d649c 1.91 MB 3,512 25
795,846 795,846 00000000000000000001f9a65c62402cdbfcbe0a1f65273c5295435d96b3645b 1.72 MB 4,373 22
795,845 795,845 00000000000000000002c02749931aa310995d3bc39314c65d8f9657d0a888e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 688.40 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,624.75 GB sent, 127.35 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.