Memory Pool Memory Pool Refreshing

34,465 transactions
18.87 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,620 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,989 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,619 (551,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
318,958 318,958 000000000000000004ddf091dc5f6332e8d166b58e5c4745cb46a50fd0b99e32 0.06 MB 93 23
318,957 318,957 0000000000000000176b65a6b1c534abab2992fade4707a58674a58d9eda7ebf 0.09 MB 172 24
318,956 318,956 000000000000000021b356fb05fce64718fc8b43ba7a3c815127161c68981821 0.17 MB 355 29
318,955 318,955 00000000000000000dbcc7b090ca12e25cb6894d36f0d434cb6ae24a7ef2fc34 0.23 MB 430 28
318,954 318,954 0000000000000000035e3f88c38f989f348c9f6f9b2f7867ad5b4a2a9899a092 0.12 MB 273 40
318,953 318,953 000000000000000012630c70f1760b66d70322ff1dbb00f6723c0ab1625bc982 0.02 MB 22 21
318,952 318,952 0000000000000000030dc6c0cdb6db811d21ee0b148b309988611d59c69ef5aa 0.04 MB 50 27
318,951 318,951 000000000000000024c0ce1f8cad3fb142c76bcec66c15fb46936740b670cc99 0.03 MB 79 28
318,950 318,950 000000000000000000964e6dc9ab7637cbcb58be4e9db078479960273f007220 0.06 MB 141 21
318,949 318,949 0000000000000000133a94b81f882678bae693332d475a45b1d859bdeffa22a2 0.25 MB 395 25
318,948 318,948 000000000000000004c7c3f1644fc46954355b764885d79748a401852412dc51 0.13 MB 183 25
318,947 318,947 000000000000000019570e367f85fa2e5ee81862bd222445cd3d8cbf66b53925 0.31 MB 528 26
318,946 318,946 000000000000000012375559fcc80baf7d1ae5c05e456583d1514f52c34cbceb 0.09 MB 65 14
318,945 318,945 0000000000000000053cdf4449c86d4f5f6392e60d58e15d8ceb949b99365835 0.35 MB 817 33
318,944 318,944 000000000000000003e4ee25351bc8ba1db33c6ca5228cc975e639ee058059b4 0.14 MB 265 25
318,943 318,943 000000000000000027a30114009d48b71552e43e74ae1a037c930587fd9cacaa 0.12 MB 82 9
318,942 318,942 000000000000000012b2644e66e92549d09f0c8ff04cee95a4c93a9f114f0ce1 0.02 MB 64 12
318,941 318,941 000000000000000009c444a1d894d394358b2d265a8b0158a5a942daaad1cd38 0.75 MB 1,479 29
318,940 318,940 000000000000000016e5ed77ce8d201c16de650da2552c61b1d622f33374bb16 0.47 MB 876 31
318,939 318,939 000000000000000000e217ff0aa08743ed9280c6286aa739a353dcce6b70fc36 0.14 MB 273 30
318,938 318,938 000000000000000012de0fc5441618f1b7390846e49ea8055698969db3aa2556 0.28 MB 302 19
Previous 10 blocks ↓
Total Size: 700.62 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,373.33 GB sent, 214.64 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.