Memory Pool Memory Pool Refreshing

66,883 transactions
35.31 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,459 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,123 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,458 (131,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,087 741,087 00000000000000000004f040aaeebb2f39a7198255a370967fdcf13a4dd3991b 1.52 MB 3,232 25
741,086 741,086 000000000000000000048cd36d38875554ef8f771869698513387c7088ba0ebf 1.42 MB 3,044 26
741,085 741,085 0000000000000000000644485ee94303c918f932d2c478693a644a818a52fb3d 1.47 MB 2,900 18
741,084 741,084 000000000000000000074b3e46e04256a7dbbf061a2982aa1954b08268930ada 1.68 MB 2,219 6
741,083 741,083 000000000000000000074f4da77ffe67d322cbbe315d813186e94984d718aec6 1.20 MB 1,292 19
741,082 741,082 0000000000000000000030ca9ea8022e767e83af627c4c9a5ed64841c1e52cfb 1.24 MB 1,768 22
741,081 741,081 00000000000000000003b32ad8b8425797fb321a0e74a07ea944c1e95660a5a1 1.55 MB 1,252 5
741,080 741,080 00000000000000000004eb0a116b41eedd6a5c92934764e36e59d54fb8a57945 1.67 MB 1,753 7
741,079 741,079 000000000000000000089addd7145df89dfb3b336b6aa9671b0836fd19fd4818 1.49 MB 2,613 12
741,078 741,078 00000000000000000003e7f3c06065e9b843ed3b9ef22ea58cbc3b9b2f4f4af1 1.67 MB 2,691 15
741,077 741,077 00000000000000000005b063cf1736f0cfd442f1b06e9d6802ee996b6cb330bb 1.54 MB 2,696 26
741,076 741,076 00000000000000000006a9f86c315b44546db50503acf937d7504480e7132f57 1.47 MB 2,859 31
741,075 741,075 00000000000000000004bd3eaa42c2c08354e608d2d55ca84bf8b1c7e93dbede 1.52 MB 2,878 32
741,074 741,074 000000000000000000006ca0c9ff88229b58151daeeb7486d8cb81e773da2295 1.51 MB 1,776 14
741,073 741,073 00000000000000000005f7311084ee917ddb49c03e38446bd0921c1a0eaba989 1.57 MB 1,770 31
741,072 741,072 0000000000000000000452b5bac90ea0780a66599c5086682ddff199394fe175 1.14 MB 1,077 17
741,071 741,071 000000000000000000048ff044879052a53d0efc6f5a281b50dba7b2a1e9f909 1.47 MB 3,090 23
741,070 741,070 000000000000000000088707e67d6f9a4951ad9d99a74b0d6e8d238ac0dfea60 1.52 MB 2,823 33
741,069 741,069 00000000000000000000d78b0c5e84e2467c90a950f0facef6edc80822dbe9fa 1.41 MB 1,923 35
741,068 741,068 00000000000000000007343e4eebe0bd900decaf01b87f2f68e71c55bddf3817 1.52 MB 2,214 16
741,067 741,067 0000000000000000000854337cc5cf9f098aa30a14d6f1a99afb3c4d59f6435c 1.63 MB 1,940 11
Previous 10 blocks ↓
Total Size: 704.05 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,641.02 GB sent, 238.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.