Memory Pool Memory Pool Refreshing

70,386 transactions
26.77 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,019 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,410 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,018 (52,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,190 809,190 0000000000000000000353a27910512d64995102c57608c29b84cff1a434c9ba 1.72 MB 1,886 23
809,189 809,189 000000000000000000023495f0c5a17ee1ee85e4221a40d6568df1828888f07e 2.02 MB 784 16
809,188 809,188 00000000000000000003d3989fd016ba03cafebc9a121b92487fb8d49c7d24e4 1.64 MB 2,897 32
809,187 809,187 000000000000000000025b5d29c01166cbe2e35c8c13deb12e089f53c2b1beb5 1.89 MB 460 12
809,186 809,186 00000000000000000003e0e96f68aa65f28ed38b7463245a0a0afebcef4a9fea 1.96 MB 1,813 16
809,185 809,185 000000000000000000017dd17721d6bc53985697ec7ca2efdb21851d543056d2 1.70 MB 2,966 31
809,184 809,184 00000000000000000000ff885fcc0a1da2216ea05904cd14e7b36b181820ae27 1.85 MB 1,340 15
809,183 809,183 00000000000000000001bec3d2d505f95f7f47f4504836e2450de1b14460ff25 1.49 MB 2,294 27
809,182 809,182 000000000000000000019d079db701955c3745c53cdcf7b1503177b44216ca1a 1.53 MB 3,583 42
809,181 809,181 0000000000000000000073b3b6ed6e79ad67e18bc995c183449d856f0688baf6 1.70 MB 2,782 27
809,180 809,180 00000000000000000000e55e76f6c4c03e9645d44165d98209573d48cd903f2e 1.43 MB 1,289 28
809,179 809,179 00000000000000000001faec65f9c4452e793412af67cc259234e892f51eb11d 1.53 MB 2,629 27
809,178 809,178 00000000000000000004b944667f4b15849e2f74e791392857babccd7c604056 1.59 MB 3,130 37
809,177 809,177 00000000000000000000529379a03cc721b2889e7a498e52b8ae83cbbab3c6e1 1.50 MB 3,690 48
809,176 809,176 00000000000000000002f336f6a629bf116e308a69e624e2ecbe6a1c70e404f1 1.45 MB 2,325 32
809,175 809,175 0000000000000000000127252be063f3ad9edab2abd850cf81c962664de946b7 1.52 MB 2,226 30
809,174 809,174 00000000000000000001fad2dff8bd22f1373847b242c99f729af25fe69102ea 1.47 MB 3,359 45
809,173 809,173 00000000000000000001f90d5d2cbd1706ad6c6b606676d1f85b539e31466081 1.68 MB 2,214 26
809,172 809,172 00000000000000000003530198552e0bce3ca2e23f40d0040ec1e84c5da596d0 1.50 MB 2,712 31
809,171 809,171 00000000000000000002581b6ff82dafcfca2dab3dbd8583b318e7b5710b0885 1.52 MB 3,219 46
809,170 809,170 0000000000000000000205ffe270beaea3707dd1dc3a09118f20ab5a11ced125 1.67 MB 2,935 23
Previous 10 blocks ↓
Total Size: 684.20 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,329.88 GB sent, 99.74 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.