Memory Pool Memory Pool Refreshing

62,203 transactions
28.54 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,925 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,287 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,924 (726,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,026 143,026 000000000000009bfd3a25ce85e415d56178b3c486c4d8d24452cd7b703a6238 0.01 MB 37 132
143,025 143,025 000000000000012af13935d62284ab720fddf2a3554e221880ba221b83c8493c 0.01 MB 15 68
143,024 143,024 00000000000007958eff9a68eb6d2aacc1ad6b57b5a27b1b642c0e54eb9018ac 0.03 MB 93 64
143,023 143,023 00000000000006ea0967e279c1f2afdd049088910152cb2dc7a3f5c689832377 0.00 MB 13 213
143,022 143,022 000000000000008142b0f8d7ad7d7a377f1be72f270b3d36c6708499fef31ada 0.02 MB 53 241
143,021 143,021 0000000000000398719ae5a5a37647e2fc382f6e188a5de15abffddd468abfd4 0.02 MB 36 218
143,020 143,020 000000000000008e945953a776a9d9c1c2038371fc508caf60be956106be9187 0.02 MB 39 92
143,019 143,019 00000000000000f70ea9b4a3c95568ea13f08ab1be4b67cee9d89df862e08296 0.04 MB 153 23
143,018 143,018 00000000000000910d43cab32a3db15f5355ff37d3f8a960690df31fb0367705 0.00 MB 9 0
143,017 143,017 000000000000080f139724b88f2b239307fe0795eacfb8928368d010d1dd9adc 0.08 MB 139 84
143,016 143,016 00000000000003fac8f74918c1a789b8db25d23ea7cc807adcc0d4ad60d60265 0.10 MB 299 172
143,015 143,015 00000000000005c8f350da1e30a9cca424eba2d72c7822574020d72d6f8c680e 0.05 MB 134 160
143,014 143,014 00000000000007fe6ecd20a8c454cd43c78d912b499c46a1179e30f7cff002b3 0.00 MB 1 0
143,013 143,013 000000000000025207a3ba4706c04c138359f44cb52541906adc84c0c51b168b 0.05 MB 116 153
143,012 143,012 0000000000000582d180f9a23c6a24ce56ad1f1e4057494c3a639cd510cf0ff7 0.05 MB 101 94
143,011 143,011 00000000000003e507b0c204846173b3ef5dc4f260940505d882b95d8137e1c0 0.05 MB 108 94
143,010 143,010 0000000000000188649086ef38d83647bb40add35bb7624b2ccdfdb4beb7adc4 0.00 MB 12 193
143,009 143,009 000000000000056ce4022d618643608d86e4cbb9e43044880d8af2c081678d91 0.05 MB 143 108
143,008 143,008 00000000000004c86edc12c9ddb66e84aabd386a42b96b34448b0732be1a1529 0.05 MB 139 164
143,007 143,007 00000000000001afc6234a4eb36f255cfc34afa8d908eb3e37f03641ccc2220d 0.05 MB 94 172
143,006 143,006 000000000000019fdd7685d43c07ea15684ecb48514921729e659936b9ad8a9f 0.04 MB 95 146
Previous 10 blocks ↓
Total Size: 699.32 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,159.54 GB sent, 205.86 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.