Memory Pool Memory Pool Refreshing

65,875 transactions
30.44 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,181 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 1,659 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,180 (97 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,083 866,083 00000000000000000001269c7d455de1e37e117b7cb2bc30db9548064b0af9d5 1.83 MB 2,453 9
866,082 866,082 0000000000000000000006f9e300bb0efccc44f024bf500f9f21224732f036d1 1.83 MB 2,268 17
866,081 866,081 00000000000000000001bd23e19b3fca4a51437d306dbda0c76de4c08db3ff74 2.00 MB 2,473 14
866,080 866,080 000000000000000000011ef5a369a490c4df3da0023653242ce474ea5a884f78 1.62 MB 3,212 19
866,079 866,079 00000000000000000000d4fd9963667dcd61d2f46c71af442f2aa3ed8fd8f10d 2.60 MB 2,426 12
866,078 866,078 00000000000000000002e51e276363d707cc1750b99e2c3a88ccf920b74a757b 2.04 MB 3,353 23
866,077 866,077 00000000000000000002b8b8caaded272bd77a2c034160f7ca47b3553a7e42c7 2.22 MB 3,232 32
866,076 866,076 000000000000000000022be638ad005c9ca07c7acabd214fa4f4227379709437 2.56 MB 2,705 23
866,075 866,075 000000000000000000026090cd42c0240d96fe8498d415292ad0a50a6f07c805 2.87 MB 2,232 24
866,074 866,074 0000000000000000000208db8d2ee8c5209c59fae8e0acf9db122c4afef156c8 2.02 MB 3,583 34
866,073 866,073 00000000000000000000a9e74b2503a8ba215e6ddd7260cf7c12e4aab34a9762 2.23 MB 3,338 22
866,072 866,072 0000000000000000000005e975ccea279d50d75d99c610397833d97793ddfe42 2.24 MB 2,706 13
866,071 866,071 000000000000000000030be8e1d90323ca2d68407db355cce710f1c18b0ce9ad 2.03 MB 3,844 32
866,070 866,070 00000000000000000000e66df73456e1c16d62cdd683438cf6ac833872085ef5 1.90 MB 3,290 41
866,069 866,069 00000000000000000001267954f455ba2534c8ba9df8af3796bb15728e3f3c22 2.35 MB 4,124 10
866,068 866,068 000000000000000000020e769694a9d61e67e22eeeed1690ca88e1f1bedaf0a0 2.44 MB 2,694 16
866,067 866,067 00000000000000000000d9adc157f926adf9ddc893c347e75584c6ed2883b3ca 2.27 MB 3,672 16
866,066 866,066 000000000000000000027e538967813a6633b36fe0019c3c9f05b27aa714f7c5 1.74 MB 3,825 11
866,065 866,065 000000000000000000010e4caa9aa1a5a8eeb8b27e602bb4f2ed13ad5e0fcb38 1.67 MB 4,305 10
866,064 866,064 00000000000000000001d82473e266e2364a1665de43159b861bd83a0f25053a 1.67 MB 3,644 18
866,063 866,063 00000000000000000002eec35ca6b352705d5ffbeb40cb66b9a95de80acf3d77 1.62 MB 4,171 9
Previous 10 blocks ↓
Total Size: 692.08 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,837.00 GB sent, 158.04 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.