Memory Pool Memory Pool Refreshing

26,476 transactions
28.43 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,305 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,304 (15,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,036 847,036 0000000000000000000155b7b4cfbea77f2abfb9775688b1a950899ab0134f95 1.50 MB 5,672 113
847,035 847,035 00000000000000000000e50132fe59cc7b2e0b37f31aff1515f5028120ee7841 1.60 MB 3,405 73
847,034 847,034 00000000000000000002e1bef3af016d415b65787ad07c6e24a4b656c85f291f 1.48 MB 5,561 55
847,033 847,033 000000000000000000008e4cf825990e9a3f6a608b042eee5e05492a53b76bc0 1.55 MB 4,640 54
847,032 847,032 00000000000000000000e6c68699e84dba12c60938ec0f9e3733bf5483b44369 1.67 MB 2,964 55
847,031 847,031 00000000000000000000d81aeb185b67a47ffebfc19f7dc9f1e2810f9c6a51b1 1.58 MB 3,445 92
847,030 847,030 00000000000000000000a6f5699b5a4f36cb65052a93b6047f4dbe76bb815deb 1.62 MB 3,975 61
847,029 847,029 000000000000000000001cc711168d32f44d6f23f51190f4a8cf3343cfd5a5ea 1.53 MB 2,522 55
847,028 847,028 00000000000000000002faa2d5d50a16bbc9bdb32d3ed33ee7a76d8256e37b20 1.60 MB 4,994 35
847,027 847,027 00000000000000000001a27f043cd53aa776aa3f1fd9514d3fbf435b882a2314 1.47 MB 2,342 35
847,026 847,026 000000000000000000027eca27c77eab1cbf2cb9737741daa01f26ad6c654beb 1.72 MB 1,846 34
847,025 847,025 00000000000000000002ef60e0f91dffe60f92698f0cbfeccf33756fdc7e70a5 1.68 MB 2,940 49
847,024 847,024 00000000000000000002af7cd85a4395f25ace1ef437a9c80218990b0ea75212 1.64 MB 2,950 61
847,023 847,023 000000000000000000008799ad1ccea20c520f616f64503ec5971aef83d8e61b 1.47 MB 2,791 42
847,022 847,022 00000000000000000000794a9c8dd686e6e59927f74cf16d4b3dda83dba36452 1.46 MB 1,789 67
847,021 847,021 00000000000000000001be109527ce982e82bca371b57daca64d93339496041d 1.23 MB 1,486 48
847,020 847,020 0000000000000000000129353cba8f8171e28ae4e31552aaaac9098ffac72c73 1.40 MB 1,944 63
847,019 847,019 0000000000000000000318171f7649c4af7572af2535ef0c1c7821126aea83e4 1.56 MB 2,696 109
847,018 847,018 0000000000000000000096006747b821331f0c346b112a325afe2879a26285dc 1.28 MB 1,311 56
847,017 847,017 00000000000000000001985a62326aac6341e89aa17dacf0d43a5f6735f2a775 1.48 MB 1,988 65
847,016 847,016 00000000000000000002340f4afb2719b9db57afe5ae2cced174f6b9709e027b 1.62 MB 3,169 125
Previous 10 blocks ↓
Total Size: 684.74 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,362.82 GB sent, 103.30 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.