Memory Pool Memory Pool Refreshing

49,946 transactions
19.18 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,894 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,651 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,893 (59,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,059 812,059 000000000000000000025d824164a4416990f318dac5b91fe42b3df778e03b53 1.78 MB 2,351 12
812,058 812,058 00000000000000000004c74ccde860931d30782aed6dc3d3f7685bec407ce377 1.54 MB 3,266 22
812,057 812,057 00000000000000000004c9d8f221b387fa8adc8d0ba4549264607186ce2792b2 1.51 MB 3,421 33
812,056 812,056 00000000000000000001ab7deca04b005af03bd8319221b3a0658700476df39d 1.92 MB 2,213 11
812,055 812,055 00000000000000000001e9a2b9b4f271a01123abe77b8abd9ff1a3d651e46c08 1.73 MB 2,750 17
812,054 812,054 000000000000000000013a24902550e26ae057dd83a28a0a298be2610d347156 1.36 MB 1,252 9
812,053 812,053 00000000000000000000aa515df48b6b097e8c5177188b75e9c526a9ad15e246 1.50 MB 920 7
812,052 812,052 0000000000000000000006349ec98bf8e7597d83d0261b169353ed1487f4fa31 1.48 MB 1,878 15
812,051 812,051 0000000000000000000383202c67dae7c6d77c96bf3e3076238801e5a77281df 1.49 MB 2,358 16
812,050 812,050 00000000000000000003095138854ffb4c506440d36407d6e939a3b799bcae93 1.57 MB 2,497 16
812,049 812,049 000000000000000000043833b5bae3f203629d9db509825061429087cfeff6da 1.54 MB 3,244 24
812,048 812,048 00000000000000000003b834e823e3e8e1eb14b74d2503f08937be1add0ed3ad 1.62 MB 3,157 21
812,047 812,047 000000000000000000033413a6a1436078775d6068d97451928c4eeb20be0f41 1.60 MB 4,120 22
812,046 812,046 000000000000000000036e4a54c7c1318e43d4e4d5ac3f80685b400b78d693ae 2.04 MB 766 23
812,045 812,045 0000000000000000000168f1a13fd0f14de33581337c785f40c3c71cc1a98e4d 1.92 MB 1,124 26
812,044 812,044 000000000000000000020f73b8e6dcb3054736b785196cce825486f23ba9d303 1.57 MB 2,512 31
812,043 812,043 000000000000000000000a26519d16360cdc0f848fb95ae395875d21fc4b065b 1.65 MB 3,348 21
812,042 812,042 000000000000000000008f159e5e5f633c6605d5b6e615480bfea40d56e4249c 1.43 MB 1,244 9
812,041 812,041 000000000000000000020b68a2389002f03479daa99694bceba3067f1b361839 1.41 MB 1,297 11
812,040 812,040 000000000000000000037bbb43a49d7da2e5183b85ab39f6e129b138e83e8af9 1.16 MB 768 6
812,039 812,039 00000000000000000003ee6688f234a8c0a8167779b7d5c7722eec5fd7472ec7 1.86 MB 2,271 13
Previous 10 blocks ↓
Total Size: 703.00 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,580.17 GB sent, 231.47 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.