Memory Pool Memory Pool Refreshing

59,482 transactions
24.93 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,949 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,691 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,948 (345,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,331 526,331 0000000000000000002088ce27d1a627aa886145ea35144dcda627e926f80382 1.16 MB 2,575 13
526,330 526,330 00000000000000000026ca89d475d273a7f69bd66d2f4e0b80fae714d591f9a0 1.18 MB 2,514 34
526,329 526,329 00000000000000000007aaf25081524926addf3d885c5704d2e1adae09216469 1.13 MB 2,674 9
526,328 526,328 00000000000000000028b75ad077ad22a386ce6dc56ee3bc17c67c8dc34fbbb5 1.37 MB 2,994 8
526,327 526,327 0000000000000000002f3ec10b9a355c8f886d8c0c23344396a4286cf5ed7640 1.34 MB 2,367 22
526,326 526,326 000000000000000000196a478816d7c6206f82ce1dadbaeccedaa473fee319a8 1.18 MB 2,490 39
526,325 526,325 000000000000000000309b92324636afc6f6861b3b066bd8046b921d56d9b86a 1.20 MB 2,923 26
526,324 526,324 00000000000000000027f77146c75535dd8ee3be42ded0212fa0067f39d6843f 1.06 MB 1,249 13
526,323 526,323 0000000000000000001dc8102298c3d0bde582a78af0026c4961e8c8e15bda72 1.03 MB 619 4
526,322 526,322 00000000000000000006c81d33c9a763bc488d29dfbc9e3eec6338c0ea38db35 1.03 MB 659 6
526,321 526,321 00000000000000000009ff430d691df72fca9fa04c227ccc1714f2dde4e32cdf 1.01 MB 231 1
526,320 526,320 00000000000000000018070bcffc3760da82c8f4666d39a2dbbcb78ab8bd6d9f 1.18 MB 2,448 15
526,319 526,319 0000000000000000000049dbd798ab3b94640c21e541420a9644c167d8e49cae 1.17 MB 2,360 6
526,318 526,318 0000000000000000000e7fd6c34329cccee9baca3d7c8553225586c059607971 1.19 MB 2,363 21
526,317 526,317 0000000000000000001fa6f6f91c8986faedbe1729f5ec78c5f0788a41be707f 0.51 MB 872 12
526,316 526,316 00000000000000000018a0bfed09d9593d11b756513df6178433d39b5bfc04b6 1.22 MB 2,797 24
526,315 526,315 00000000000000000022546d21bf7bd9b3f99966837bd05b30de8f5073e05524 1.16 MB 2,817 42
526,314 526,314 0000000000000000000bcfc7166219fd6f504a59c88233afe5ecd4761db4fe49 1.13 MB 1,785 11
526,313 526,313 00000000000000000024084af0de6c2d4de9aaed9cf4d8d055e1cc2b7914ba08 1.20 MB 1,502 9
526,312 526,312 00000000000000000031f8e5eb6869b619129062763432d010c462f2a0680b38 1.00 MB 1,240 17
526,311 526,311 00000000000000000004f6a0fc7922beac0eab63325f56bef4400d3621db94b7 0.19 MB 330 13
Previous 10 blocks ↓
Total Size: 703.11 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,582.31 GB sent, 232.14 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.