Memory Pool Memory Pool Refreshing

79,180 transactions
40.08 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,816 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 7,145 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,815 (502,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,065 345,065 0000000000000000092572ee73486126015c2144e190d4daabee30a0510add6a 0.75 MB 1,468 26
345,064 345,064 0000000000000000075952cb30e35f3f3576621979bc9a50ecbccb019d1d8967 0.06 MB 117 20
345,063 345,063 000000000000000012fdc8d986ab00c651c33e49b8573a6ac197768e52f4b891 0.15 MB 268 16
345,062 345,062 000000000000000003f3d58726ab707c269dae384df2bc996599375ce75b3a28 0.77 MB 1,646 30
345,061 345,061 00000000000000000378c65955905fb776abf0ca003d6a8d96954a8807f99dfb 0.17 MB 350 20
345,060 345,060 0000000000000000016ededec99d7466aaae38d56bc1c84cd4e5c8dafcd68ccf 0.51 MB 1,023 28
345,059 345,059 0000000000000000146902b4c687a85a343049a38cc0c1dc90cdab292488aec2 0.13 MB 193 52
345,058 345,058 0000000000000000053f3b8ff68c1968239112c375277f0a848e2b5d3706b091 0.02 MB 46 29
345,057 345,057 00000000000000000dd6207931dcb153f69c1db24b14fe7d8aee0ea4fa155c8d 0.07 MB 110 20
345,056 345,056 000000000000000001fd07c455bb6c5393181216484e5845e0cef9a3c184592d 0.26 MB 523 24
345,055 345,055 000000000000000013f56c6d56975f992ee3cbc2cb2bf66c8586110b41fe791e 0.10 MB 151 18
345,054 345,054 0000000000000000135369217e3aa81a6cfbb82a47d70b7049c9cc358f6c5b18 0.07 MB 189 30
345,053 345,053 00000000000000000134b724dec0c945e471bbd019bab8110842597646adcd7e 0.40 MB 299 11
345,052 345,052 000000000000000004196422b946b1b4b1caab98e984eb97b43da6c1afc22c8e 0.10 MB 256 31
345,051 345,051 0000000000000000005aaefea55b732b1d9eb7984d9f13f79fda8c8b5d4f4b6e 0.00 MB 1 0
345,050 345,050 000000000000000012a18fbb03ec3df7b86aaea55609bd28ded382abd0b67f35 0.75 MB 1,524 26
345,049 345,049 0000000000000000131c19fa1d4a887521f7afad128a75fc79459f1ff016cf77 0.47 MB 894 25
345,048 345,048 0000000000000000056f7c489f2f26ecce9bed86005179ca50a36e9d0a5502a8 0.31 MB 652 25
345,047 345,047 000000000000000006a26d6bdbc5784065947a9b7f37de80cf25682ac3da0d9c 0.51 MB 1,010 25
345,046 345,046 00000000000000000d9f82535f092d2314cda344226289e72a9fc47112e95d6d 0.12 MB 169 30
345,045 345,045 0000000000000000051d3b1f29c0882815d532a75a3c834a3a4e74b898c7b9e5 0.29 MB 525 28
Previous 10 blocks ↓
Total Size: 657.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 38 incoming
  • Data Transfer: 2.50 GB sent, 0.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.