Memory Pool Memory Pool Refreshing

32,311 transactions
29.32 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,333 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,674 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,332 (13,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,038 849,038 00000000000000000002bab6a4f7656293675a2dce2a8c32ee0edb73c9dccbd5 1.55 MB 3,852 17
849,037 849,037 00000000000000000001680fbef1de0a6523665158932f8212acc24c8fee871b 1.47 MB 4,018 14
849,036 849,036 0000000000000000000256ad24cb95006ec65c3264a119e3b544293646945d3a 1.50 MB 4,517 13
849,035 849,035 00000000000000000001658f241becbecbf4449d954b0649160054a41f16a5bd 1.82 MB 4,869 12
849,034 849,034 00000000000000000001e5a43c6ce9d99588db2540d7029da15962e4b0e77a30 1.58 MB 4,821 11
849,033 849,033 000000000000000000002f220272ea6f5a241a3ef728fd33cef4053d4c23d18c 1.63 MB 4,992 11
849,032 849,032 000000000000000000001a783ef1db8f6e784b446c6b5ed0c91c79e8331ec989 1.98 MB 3,970 14
849,031 849,031 00000000000000000001fa912ffa38ae298bd79b63dd25913986ee51c9f92e39 1.45 MB 5,513 11
849,030 849,030 00000000000000000001aae410773b240d993f470d4f3d208365f7db592367b6 1.65 MB 4,132 14
849,029 849,029 0000000000000000000316a182af40011d1c6ab15f8c06fc32d632b8adc3d840 1.52 MB 4,764 20
849,028 849,028 0000000000000000000074a59d3e9523a7d8dbb82d8cf1e9d0d3a105e8beda90 2.01 MB 3,396 17
849,027 849,027 00000000000000000001f2e4081747285bfe7b8f64fa7b3d697520a45bcc15fa 1.58 MB 2,791 12
849,026 849,026 00000000000000000002c44012a3132c5ba48dfd59e66ce5e36a6b2207e214d5 1.64 MB 5,760 8
849,025 849,025 000000000000000000020562978f97338a4d532403e4047b8d46ef734911e49b 1.48 MB 7,316 8
849,024 849,024 000000000000000000035126a007404c3f3e3f60d3b8e4a532e31ca14284f1ad 1.56 MB 7,050 9
849,023 849,023 00000000000000000001f44831963e1e599ff9004dc48578a136e2dc5e2c6efd 1.83 MB 6,630 9
849,022 849,022 000000000000000000014a89a57b6a270bcc7b76aaff7292da34d1bfbc9b5788 1.55 MB 6,349 11
849,021 849,021 0000000000000000000258ceee9885bb656df691973eec3d6883eda7da8e2fa8 1.63 MB 2,003 9
849,020 849,020 0000000000000000000219606e63b88ccc1e20daa732ed13fccce66cc819d9a5 1.15 MB 1,284 11
849,019 849,019 000000000000000000019d3327043815a3f8a43b41f5e3c517591f79be8ace80 1.10 MB 1,597 10
849,018 849,018 00000000000000000001d142d70d6192b2907a767acb120c759b23d7851fee21 1.63 MB 4,279 16
Previous 10 blocks ↓
Total Size: 684.79 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,364.16 GB sent, 103.62 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.