Memory Pool Memory Pool Refreshing

21,824 transactions
28.99 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,235 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,234 (99,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,346 762,346 00000000000000000004669710314de557fd069b1f2dba3907708a1ddda76b81 1.24 MB 1,643 21
762,345 762,345 000000000000000000031a718fb11e8b458e35a9e128b6fe45a771321a3d2b36 0.69 MB 1,388 16
762,344 762,344 00000000000000000003ec27d4b88fd1de3beca3263b79f20be1525dbbe392db 0.15 MB 118 8
762,343 762,343 000000000000000000019daecc8363198ab4b4820fa8fba927428044e14b82f0 0.99 MB 1,901 16
762,342 762,342 00000000000000000000a603f0425b89542df9850155bf9002e941e5005809b7 0.35 MB 661 14
762,341 762,341 000000000000000000068a870ac63eff7342886f4fd0a4193e1a83cc46a35ebf 0.05 MB 73 11
762,340 762,340 00000000000000000001fdb1f708948f0b0bbb18ce19560dd5ee233daa0af718 0.19 MB 420 18
762,339 762,339 0000000000000000000035013a8b34eb9cf5862b2b0a534e8b941507cdefba71 0.57 MB 1,067 14
762,338 762,338 00000000000000000001683a65d33305a1411f816099f38a68640e57a9eb9b9f 0.16 MB 341 16
762,337 762,337 00000000000000000003c1f3b72bc735411f957a02af05e6680f206f8684373e 0.49 MB 895 18
762,336 762,336 00000000000000000005e1155528dc2af158145a2699a484d46e87ece40678f2 0.03 MB 62 12
762,335 762,335 0000000000000000000357ec9520f1f6927dbe0df9d902ee32b6fe2c1198893f 0.99 MB 1,161 5
762,334 762,334 000000000000000000063d954785fe2bfed60a470b2c38e6e0d3921a5899b0cc 1.51 MB 2,656 21
762,333 762,333 00000000000000000002f8ac3fc0e30f68ec851631aa65d97779e0c23dd2c887 0.99 MB 758 5
762,332 762,332 00000000000000000004301b267d6060bd641b6733ba8b4c3d0cd5493f9f7a5c 1.56 MB 1,607 9
762,331 762,331 0000000000000000000720e88982eb0b99721aef878e0495c03e0b339148e110 1.67 MB 1,768 9
762,330 762,330 000000000000000000020cf6b395dd47c94c33c6002b204b8105c7c83fbeb53f 1.65 MB 2,070 8
762,329 762,329 0000000000000000000046394850f7f380bfa839b993ac738057bc1223015fa7 1.28 MB 2,053 15
762,328 762,328 00000000000000000000ebc6dac170e28c5c9f1768ca8411fa6388e708d6e7fc 1.45 MB 1,957 17
762,327 762,327 0000000000000000000773c5f3b06a2d0975a6981dcb4e0c95f778faa102ca75 1.43 MB 2,476 21
762,326 762,326 000000000000000000025ed26f89cb891bc4a757e1380b836c14b5fab1881c9c 1.46 MB 2,837 33
Previous 10 blocks ↓
Total Size: 684.61 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,357.86 GB sent, 102.28 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.