Memory Pool Memory Pool Refreshing

16,114 transactions
30.57 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,173 (113,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,858 748,858 0000000000000000000558b288810ef22d8d4e23615c1a739825508d7540c575 1.64 MB 2,431 4
748,857 748,857 00000000000000000003e034405c0dfd62175afdfd950a4716bc67017d8f195f 1.62 MB 3,244 10
748,856 748,856 00000000000000000009bc17c2ca91e9cde03b0b61898e67b5852ae77bede58d 1.69 MB 3,659 10
748,855 748,855 00000000000000000008fa0f905e553fa4df50d48c2cecbd95cb712c1123a50f 1.51 MB 2,059 8
748,854 748,854 00000000000000000006af1aa252aa6ea55224169f9b615cfd3a6d90045156b9 1.58 MB 1,996 10
748,853 748,853 00000000000000000005e207c9ccc1b542f0f250f4740e6d331e85e1dcdedaa2 1.56 MB 2,640 19
748,852 748,852 0000000000000000000267aeadec002e124eceaea155e54abd1195c2dfdf2d08 1.40 MB 3,130 31
748,851 748,851 00000000000000000008ece1bebae53f9d56889a5eed35ba7f021bbc098b0362 1.53 MB 1,660 11
748,850 748,850 000000000000000000012008a350043bc20c298aeb5ea12a9b1d20b4e2ab6748 1.43 MB 2,716 20
748,849 748,849 00000000000000000001ac3756800c0aac27397c0e4da140d16076b9706ece3b 1.35 MB 2,469 24
748,848 748,848 00000000000000000007a8b098a0344cdedec8a54b37829423946d9849f2a6c4 1.37 MB 2,276 19
748,847 748,847 000000000000000000007a13424979d2c8d76dda4fbc562c93cb612b67021be7 1.45 MB 3,055 29
748,846 748,846 000000000000000000027ce2c238157476b2910c8de20169d7ccd9a5f6269e77 1.42 MB 2,368 18
748,845 748,845 00000000000000000004e90ede8f2e548ebb3eec8238a358beee76a974d42e26 1.41 MB 2,666 25
748,844 748,844 00000000000000000001cb2aee7d25b83aaa05ede0e7d3ebef83f5d2c112765d 1.44 MB 2,715 41
748,843 748,843 00000000000000000009bf80c3471c6fe6a91568614c49682fbd346ea7ddec81 1.56 MB 2,670 23
748,842 748,842 00000000000000000006e2997aa7e27a8116d33153a053694351d0d2afd516d1 0.70 MB 918 2
748,841 748,841 000000000000000000094d30a4080199db98eb86b0fc49ea739bca5e97c43f58 1.48 MB 2,518 16
748,840 748,840 000000000000000000043a0c9184c33239ebbf1229af47cc2096df263bb5ee66 1.48 MB 2,438 19
748,839 748,839 00000000000000000007cb66826ba9645a03af67287beca3b0f36fe8e2f32a79 1.20 MB 1,649 5
748,838 748,838 0000000000000000000391d44a2dded7722a034468983aaef14fa0b7f695a4b7 1.35 MB 2,333 26
Previous 10 blocks ↓
Total Size: 684.49 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.03 GB sent, 101.41 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.