Memory Pool Memory Pool Refreshing

66,525 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,406 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 6,487 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,405 (739,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
124,322 124,322 00000000000029de2194ced6c551cf41b9b543cf1d3f9406a50fea472105c8bb 0.00 MB 9 0
124,321 124,321 0000000000001daea64dbb0c2a863a11751fb7397f0d8fcead5968025c6fe31b 0.00 MB 12 207
124,320 124,320 0000000000006a7b716c6b5292c97a2be22d898a1058605e717e574e10ffce25 0.00 MB 6 651
124,319 124,319 000000000000628e8248d321c44713aa52040c089ab36f15250dc4184a685b84 0.00 MB 8 0
124,318 124,318 0000000000004b8bc2d966a71b4bcde4526e9a089d16314bfa515fc902e87364 0.01 MB 39 1,149
124,317 124,317 0000000000001621da6b92e99f454472841cc63b82e0427b59f56538d3a6010c 0.01 MB 15 571
124,316 124,316 000000000000325dd878c3b29fb5717631772414ad92f5428686fed8f5a24018 0.00 MB 8 0
124,315 124,315 00000000000041887b32b1f4aafc18f67a2f0c1af49b68fc91c08f7f65257ccd 0.00 MB 5 524
124,314 124,314 000000000000409e3489d90b9576fffc2c220acc5f3add9b3c2190a1672c2020 0.01 MB 11 559
124,313 124,313 00000000000015e1781f29c0d69e78566117f6105bbe058d78c9917af87db529 0.00 MB 7 299
124,312 124,312 000000000000295717943affaaee2554a9cbc5d01824470cfcd474ca69143611 0.01 MB 19 436
124,311 124,311 000000000000157b72a759f69c38427a5bd377296f9c9ccba083b11bd0e6080f 0.02 MB 31 224
124,310 124,310 0000000000005fd264dc444e133e1c2e8be1edfdca6a5224237548d1265f3545 0.02 MB 24 270
124,309 124,309 000000000000092ee296e330991203bff06aea0fd7126b08031a310cfc5e3f59 0.00 MB 5 2,600
124,308 124,308 0000000000003904f2db05d9da306dbf2b148be33c61a575f71efee16e947af6 0.01 MB 23 510
124,307 124,307 00000000000033f14f703fe9bd374111bdd469367a05c501906e0b5e6f762ae6 0.01 MB 18 117
124,306 124,306 0000000000001b587bc979232d05facf79d48c3717fa45e1fd0b8b192418d12b 0.01 MB 14 990
124,305 124,305 00000000000015f73964141b3d0372f09c12ce74fce1f3761e4125a25987533c 0.01 MB 16 662
124,304 124,304 00000000000040f4f74821a774176ca78b2d6bcf98f9ff59e29fd907c71eeec5 0.00 MB 6 1,002
124,303 124,303 0000000000006a2c6918274b9b2269e8e727e0694e7db989aa5330a483e86d7f 0.01 MB 19 375
124,302 124,302 0000000000000a201ad5dabe4a2016bfe791c00e5a5f40f67313d86dce9aa02b 0.01 MB 18 270
Previous 10 blocks ↓
Total Size: 686.89 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,496.55 GB sent, 117.73 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.