Memory Pool Memory Pool Refreshing

57,990 transactions
39.64 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,297 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,035 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,296 (560,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,136 289,136 000000000000000009e04188ff6b0a79dba85320f6f02ca046f9af946a31a737 0.18 MB 512 64
289,135 289,135 000000000000000054281e4550c808d9fc05114948cff1d6795e0bc9880ee6bf 0.23 MB 329 47
289,134 289,134 00000000000000005308f24818a4d68d52b4fbb56f28dac6c32fd2def8d90671 0.26 MB 250 21
289,133 289,133 00000000000000009cc1ccfdbc832306e3a4655cef7ee602b7a0001f3825e1b7 0.23 MB 221 19
289,132 289,132 00000000000000002bacd62fbe5c7b814a62a4938a1e55388618c370a37229b0 0.34 MB 447 20
289,131 289,131 000000000000000037f82586845bcaa6fe35044606619d7b8e2cc0d86c278c1f 0.18 MB 512 70
289,130 289,130 0000000000000000f386fa74b0b24e15baae1ce45d9241d2e5a10e6d0f5ed382 0.12 MB 223 30
289,129 289,129 0000000000000000078b9a6fd15db72cc3c9554aab5c53dfda753bcd98408667 0.08 MB 127 29
289,128 289,128 00000000000000000334200ea714d3dee6e85b9398d0e75ef71d131ec6020d0b 0.10 MB 205 64
289,127 289,127 0000000000000000aaf2fd05c09da460692698fb35697308be1ca97e5aa5d423 0.84 MB 821 22
289,126 289,126 0000000000000000c58b1b1590d849d05f2fb4039472cf4979b097da62c3d123 0.35 MB 619 39
289,125 289,125 0000000000000000d6a22f7bcefd9b0a3a1fd11e088f96a72e0280168bea10c4 0.50 MB 1,408 51
289,124 289,124 000000000000000068be84756e0215a2fc439cceedee0e03f10c1502e127b4d9 0.66 MB 963 28
289,123 289,123 000000000000000080fba2d60849e4986f265b00b729d9ca39cde63276fbfed2 0.25 MB 851 64
289,122 289,122 0000000000000000e92a30c0ba10caba6b7d77fb555564d3f2ec5cbaedb1994f 0.55 MB 856 30
289,121 289,121 0000000000000000e867582f5f065b8cee6f92050fbbbac4e703b3a802f4bf10 0.04 MB 30 10
289,120 289,120 00000000000000010ec424214102d367900d8dd6890f8e13a19d6b148b316317 0.17 MB 173 21
289,119 289,119 00000000000000001ddc20b67019684825fc6b9c055389803115d2b50f80dd6c 0.09 MB 154 27
289,118 289,118 0000000000000000448cb4464545eb4155ac4d874d577ef789f1eb4ccd51caf7 0.14 MB 182 21
289,117 289,117 00000000000000011c454a1790d7ff1c0ebc34bb7e9d56a451fafcf2a7be3f05 0.12 MB 136 18
289,116 289,116 00000000000000003852cbea3ea9fd0418ca2a53e3fcde2ad7b00103b259ad7f 0.08 MB 126 43
Previous 10 blocks ↓
Total Size: 660.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 82 incoming
  • Data Transfer: 197.36 GB sent, 0.52 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.